about summary refs log tree commit diff
path: root/src/librustdoc/html/static/css/rustdoc.css
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-08-27 13:14:22 +0900
committerGitHub <noreply@github.com>2022-08-27 13:14:22 +0900
commit84f5ccd917dde5635f7e11d2ae44c8bb4ffc3e09 (patch)
tree42ce8856ce41188c6f1475dce75ca8a6124db090 /src/librustdoc/html/static/css/rustdoc.css
parent6ccad25359ac92bcd0d971d9037336ce30fcf326 (diff)
parent832fd237d1cd8455ebe956888532f71e4781b9a2 (diff)
downloadrust-84f5ccd917dde5635f7e11d2ae44c8bb4ffc3e09.tar.gz
rust-84f5ccd917dde5635f7e11d2ae44c8bb4ffc3e09.zip
Rollup merge of #101044 - notriddle:notriddle/css-hidden-by, r=jsha
rustdoc: remove unused CSS for `hidden-by-*-hider`

This CSS seems to have become obsolete with the move to `<details>` tags,
and its corresponding JavaScript was removed in aee054d05d8b795d35c0b448a4b731b6507aa459
Diffstat (limited to 'src/librustdoc/html/static/css/rustdoc.css')
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css
index 38cdcd61e88..ccdf2a510e7 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -1573,12 +1573,6 @@ kbd {
 	cursor: default;
 }
 
-.hidden-by-impl-hider,
-.hidden-by-usual-hider {
-	/* important because of conflicting rule for small screens */
-	display: none !important;
-}
-
 #implementations-list > h3 > span.in-band {
 	width: 100%;
 }