about summary refs log tree commit diff
path: root/src/librustdoc/html/static/rustdoc.css
diff options
context:
space:
mode:
authorJake Degen <jakob@degen.com>2020-06-18 08:48:37 -0400
committerJake Degen <jakob@degen.com>2020-06-18 11:12:36 -0400
commitb805f2c4dce9d9fb25ea48d6290d60f8546df64f (patch)
tree3e3ea1b8301a3676525a621642c8ad4afae61890 /src/librustdoc/html/static/rustdoc.css
parente55d3f9c5213fe1a25366450127bdff67ad1eca2 (diff)
downloadrust-b805f2c4dce9d9fb25ea48d6290d60f8546df64f.tar.gz
rust-b805f2c4dce9d9fb25ea48d6290d60f8546df64f.zip
Added tooltip for should_panic code examples.
Previously, compile_fail and ignore code examples displayed a tooltip
indicating this in the documentation. This tooltip has now also been
added to should_panic examples.
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
-rw-r--r--src/librustdoc/html/static/rustdoc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index 2cb3347135c..9c6dd25394d 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -1089,7 +1089,7 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
 	border-style: solid;
 }
 
-.tooltip.compile_fail, .tooltip.ignore {
+.tooltip.compile_fail, .tooltip.should_panic, .tooltip.ignore {
 	font-weight: bold;
 	font-size: 20px;
 }