Skip to content

Commit d5810e8

Browse files
authored
Rollup merge of rust-lang#106174 - GuillaumeGomez:rm-unused-ayu-css-rules, r=notriddle
Remove unused empty CSS rules in ayu theme r? `@notriddle`
2 parents e31e8b1 + ac8952e commit d5810e8

File tree

1 file changed

+0
-4
lines changed
  • src/librustdoc/html/static/css/themes

1 file changed

+0
-4
lines changed

src/librustdoc/html/static/css/themes/ayu.css

-4
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,7 @@ individually rather than as a group) */
183183
/* FIXME: these rules should be at the bottom of the file but currently must be
184184
above the `@media (max-width: 700px)` rules due to a bug in the css checker */
185185
/* see https://github.com/rust-lang/rust/pull/71237#issuecomment-618170143 */
186-
pre.rust .lifetime {}
187-
pre.rust .kw {}
188186
#search-tabs > button:hover, #search-tabs > button.selected {}
189-
pre.rust .self, pre.rust .bool-val, pre.rust .prelude-val, pre.rust .attribute {}
190-
pre.rust .kw-2, pre.rust .prelude-ty {}
191187

192188
#settings-menu > a img {
193189
filter: invert(100);

0 commit comments

Comments
 (0)