]> git.lizzy.rs Git - rust.git/commitdiff
Remove unused empty CSS rules in ayu theme
authorGuillaume Gomez <guillaume.gomez@huawei.com>
Tue, 27 Dec 2022 03:57:30 +0000 (04:57 +0100)
committerGuillaume Gomez <guillaume.gomez@huawei.com>
Tue, 27 Dec 2022 03:59:33 +0000 (04:59 +0100)
src/librustdoc/html/static/css/themes/ayu.css

index 36f1f955f5f895fb32b37918a5abb0e5641ab2c0..7d7bdfb92ce2d996226a87b135045c0a8f08104e 100644 (file)
@@ -183,11 +183,7 @@ individually rather than as a group) */
 /* FIXME: these rules should be at the bottom of the file but currently must be
 above the `@media (max-width: 700px)` rules due to a bug in the css checker */
 /* see https://github.com/rust-lang/rust/pull/71237#issuecomment-618170143 */
-pre.rust .lifetime {}
-pre.rust .kw {}
 #search-tabs > button:hover, #search-tabs > button.selected {}
-pre.rust .self, pre.rust .bool-val, pre.rust .prelude-val, pre.rust .attribute {}
-pre.rust .kw-2, pre.rust .prelude-ty {}
 
 #settings-menu > a img {
        filter: invert(100);