about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-12-27 04:57:30 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-12-27 04:59:33 +0100
commitac8952e8fd7ea99fc262f0c8814aa3da912d78c0 (patch)
tree7043bf59abe26c9f37255030756a96120143d85f /src
parent58f5a0180ccd4ab87363c4b35a23fbe15a9a310c (diff)
downloadrust-ac8952e8fd7ea99fc262f0c8814aa3da912d78c0.tar.gz
rust-ac8952e8fd7ea99fc262f0c8814aa3da912d78c0.zip
Remove unused empty CSS rules in ayu theme
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/static/css/themes/ayu.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/librustdoc/html/static/css/themes/ayu.css b/src/librustdoc/html/static/css/themes/ayu.css
index 36f1f955f5f..7d7bdfb92ce 100644
--- a/src/librustdoc/html/static/css/themes/ayu.css
+++ b/src/librustdoc/html/static/css/themes/ayu.css
@@ -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);