]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #105730 - notriddle:notriddle/item-info-before, r=GuillaumeGomez
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 15 Dec 2022 11:46:05 +0000 (12:46 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Dec 2022 11:46:05 +0000 (12:46 +0100)
rustdoc: remove no-op CSS `.item-info:before { color }`

No content is set, so this pseudo-element does not exist. The CSS was obsoleted by 73d0f7c7b68784f1db0a1f53855c20d118a7e8b0.

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

index eba845bf5a91565f2219f56f71c9eeb8701526a2..a4097c456135dad24cd093f23ad34e489de489a9 100644 (file)
@@ -150,8 +150,6 @@ pre, .rustdoc.source .example-wrap {
        color: #c5c5c5;
 }
 
-.content .item-info::before { color: #ccc; }
-
 .sidebar h2 a,
 .sidebar h3 a {
        color: white;
index d945e956c533e20b52fea54d922924363acd449d..a11aba12e0ac77a739f3cc0144373e451917b489 100644 (file)
@@ -85,8 +85,6 @@
        --table-alt-row-background-color: #2A2A2A;
 }
 
-.content .item-info::before { color: #ccc; }
-
 body.source .example-wrap pre.rust a {
        background: #333;
 }
index 58955a79316af3f2485c68e681ba9ac247454934..f697724468fb3c647794acfdc31fad0ea2c978fa 100644 (file)
@@ -82,8 +82,6 @@
        --table-alt-row-background-color: #F5F5F5;
 }
 
-.content .item-info::before { color: #ccc; }
-
 body.source .example-wrap pre.rust a {
        background: #eee;
 }