summary refs log tree commit diff
path: root/src/librustdoc/html/static/css
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-02-15 12:05:45 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-05-31 14:02:36 +0200
commiteca12e33e9aca609b6409625f6a617d03bc479d3 (patch)
treedd56aa89e4615c860fe74d3f4757ec4e4b9a5fb4 /src/librustdoc/html/static/css
parent51dd090d5ee0d42d3a0df17d64b86654b515fd13 (diff)
downloadrust-eca12e33e9aca609b6409625f6a617d03bc479d3.tar.gz
rust-eca12e33e9aca609b6409625f6a617d03bc479d3.zip
Fix theme checks
Diffstat (limited to 'src/librustdoc/html/static/css')
-rw-r--r--src/librustdoc/html/static/css/themes/ayu.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/themes/ayu.css b/src/librustdoc/html/static/css/themes/ayu.css
index ad3831e073a..8e0521d9ad6 100644
--- a/src/librustdoc/html/static/css/themes/ayu.css
+++ b/src/librustdoc/html/static/css/themes/ayu.css
@@ -281,6 +281,9 @@ details.undocumented > summary::before {
 	color: #000;
 }
 
+/* Created this empty rule to satisfy the theme checks. */
+.stab.empty-impl {}
+
 .stab.unstable,
 .stab.deprecated,
 .stab.portability,