File tree 1 file changed +0
-9
lines changed
src/librustdoc/html/static/css
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -776,7 +776,6 @@ table,
776
776
}
777
777
# crate-search {
778
778
min-width : 115px ;
779
- /* keep these two in sync with "@-moz-document url-prefix()" below */
780
779
padding : 0 23px 0 4px ;
781
780
/* prevents the <select> from overflowing the containing div in case it's shrunk */
782
781
max-width : 100% ;
@@ -798,14 +797,6 @@ table,
798
797
# crate-search : hover , # crate-search : focus {
799
798
border-color : var (--crate-search-hover-border );
800
799
}
801
- /* cancel stylistic differences in padding in firefox
802
- for "appearance: none"-style (or equivalent) <select>s */
803
- @-moz-document url-prefix() {
804
- # crate-search {
805
- padding-left : 0px ; /* == 4px - 4px */
806
- padding-right : 19px ; /* == 23px - 4px */
807
- }
808
- }
809
800
/* pseudo-element for holding the dropdown-arrow image; needs to be a separate thing
810
801
so that we can apply CSS-filters to change the arrow color in themes */
811
802
# crate-search-div ::after {
You can’t perform that action at this time.
0 commit comments