Skip to content

Commit 1d0f34f

Browse files
committed
rustdoc: remove unused CSS color: inherit
This code was added back when `border-color: currentColor` was used. Since it was changed in ad9a89e, the current color is not used any more.
1 parent 5cefe75 commit 1d0f34f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/css/settings.css

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
margin-right: 0.3em;
88
height: 1.2rem;
99
width: 1.2rem;
10-
color: inherit;
1110
border: 2px solid var(--settings-input-border-color);
1211
outline: none;
1312
-webkit-appearance: none;

0 commit comments

Comments
 (0)