about summary refs log tree commit diff
path: root/src/librustdoc/html/static/css
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-08-26 07:34:55 -0700
committerMichael Howell <michael@notriddle.com>2022-08-26 07:46:53 -0700
commit832fd237d1cd8455ebe956888532f71e4781b9a2 (patch)
tree15434a70a9f425679453858b3872344bbd9d85d0 /src/librustdoc/html/static/css
parent8a13871b69924b74cfa1d737f2894068b37ea7ea (diff)
downloadrust-832fd237d1cd8455ebe956888532f71e4781b9a2.tar.gz
rust-832fd237d1cd8455ebe956888532f71e4781b9a2.zip
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')
-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 f6a7875fddc..8459c980911 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -1581,12 +1581,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%;
 }