Skip to content

Commit

Permalink
rustdoc: remove unused CSS color: inherit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
notriddle committed Apr 22, 2023
1 parent 5cefe75 commit 1d0f34f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/static/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
margin-right: 0.3em;
height: 1.2rem;
width: 1.2rem;
color: inherit;
border: 2px solid var(--settings-input-border-color);
outline: none;
-webkit-appearance: none;
Expand Down

0 comments on commit 1d0f34f

Please sign in to comment.