File tree 2 files changed +2
-3
lines changed
src/librustdoc/html/static/css
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -984,8 +984,8 @@ table,
984
984
text-indent : 0.01px ;
985
985
background-color : var (--main-background-color );
986
986
}
987
- /* cancel stylistic differences in padding
988
- in firefox for "appearance: none" <select>s */
987
+ /* cancel stylistic differences in padding in firefox
988
+ for "appearance: none"-style (or equivalent) <select>s */
989
989
@-moz-document url-prefix() {
990
990
# crate-search {
991
991
padding-left : 0px ; /* == 4px - 4px */
Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ details.rustdoc-toggle > summary::before {
170
170
}
171
171
# crate-search : hover , # crate-search : focus {
172
172
border-color : # 2196f3 !important ;
173
- border-color : # 008dfd !important ;
174
173
}
175
174
# crate-search-div : hover ::after , # crate-search-div : focus-within ::after {
176
175
filter : invert (69% ) sepia (60% ) saturate (6613% ) hue-rotate (184deg ) brightness (100% ) contrast (91% );
You can’t perform that action at this time.
0 commit comments