about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-09-01 21:37:23 +0200
committerGitHub <noreply@github.com>2022-09-01 21:37:23 +0200
commit1c12dedd5382804b6ea289e36969340194f8d44c (patch)
tree323d6188e8dfbf62d38f4a789369aefda82013e7
parent1bafe0b0204a6e1ddc31a805adaaa33c1db2506c (diff)
parent31071336f516197760461dec4254f2d2de80b6a1 (diff)
downloadrust-1c12dedd5382804b6ea289e36969340194f8d44c.tar.gz
rust-1c12dedd5382804b6ea289e36969340194f8d44c.zip
Rollup merge of #101292 - rust-lang:notriddle/rustdoc-table-first-child, r=GuillaumeGomez
rustdoc: remove unneeded CSS `.content table td:first-child > a`

This rule was added in c1c6175e62189f8f0e6479bff7bac0e59a95a406 to benefit the module items table. However, the module items table stopped using table tags when 6020c79ddeafe8d9760b27c14c39da81bac9b4a6 switched us over to grid layout.
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css
index 00d23008772..abbfecd8497 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -207,7 +207,6 @@ h1, h2, h3, h4, h5, h6,
 a.source,
 .search-input,
 .search-results .result-name,
-.content table td:first-child > a,
 .item-left > a,
 .out-of-band,
 span.since,