We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9dfb6e + 4d4b567 commit ae4dc12Copy full SHA for ae4dc12
src/librustdoc/html/static/css/rustdoc.css
@@ -857,9 +857,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
857
causes rounded corners and no border on iOS Safari. */
858
-webkit-appearance: none;
859
/* Override Normalize.css: we have margins and do
860
- not want to overflow - the `moz` attribute is necessary
861
- until Firefox 29, too early to drop at this point */
862
- -moz-box-sizing: border-box !important;
+ not want to overflow */
863
box-sizing: border-box !important;
864
outline: none;
865
border: 1px solid var(--border-color);
0 commit comments