rustdoc: remove unused CSS color: inherit

This code was added back when `border-color: currentColor` was used.
Since it was changed in ad9a89eef2, the
current color is not used any more.
This commit is contained in:
Michael Howell 2023-04-21 17:07:42 -07:00
parent 5cefe75436
commit 1d0f34fd77

View File

@ -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;