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 @@ -950,8 +950,8 @@ table,
950
950
/* Removes default arrow from firefox */
951
951
text-indent : 0.01px ;
952
952
}
953
- /* cancel stylistic differences in padding
954
- in firefox for "appearance: none" <select>s */
953
+ /* cancel stylistic differences in padding in firefox
954
+ for "appearance: none"-style (or equivalent) <select>s */
955
955
@-moz-document url-prefix() {
956
956
# crate-search {
957
957
padding-left : 0px ; /* == 4px - 4px */
Original file line number Diff line number Diff line change @@ -212,7 +212,6 @@ details.undocumented > summary::before {
212
212
}
213
213
# crate-search : hover , # crate-search : focus {
214
214
border-color : # 2196f3 !important ;
215
- border-color : # 008dfd !important ;
216
215
}
217
216
# crate-search-div : hover ::after , # crate-search-div : focus-within ::after {
218
217
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