]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/themes/light.css
Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrum
[rust.git] / src / librustdoc / html / static / themes / light.css
index be173d8eb46d3bd6c0d0c4497732b6c771148a3e..386fe2398e63aec931bb665ea82dea7db5c0f0ef 100644 (file)
@@ -278,6 +278,14 @@ pre.compile_fail:hover, .information:hover + pre.compile_fail {
        border-left: 2px solid #f00;
 }
 
+pre.should_panic {
+       border-left: 2px solid rgba(255,0,0,.5);
+}
+
+pre.should_panic:hover, .information:hover + pre.should_panic {
+       border-left: 2px solid #f00;
+}
+
 pre.ignore {
        border-left: 2px solid rgba(255,142,0,.6);
 }
@@ -294,6 +302,14 @@ pre.ignore:hover, .information:hover + pre.ignore {
        color: #f00;
 }
 
+.tooltip.should_panic {
+       color: rgba(255,0,0,.5);
+}
+
+.information > .should_panic:hover {
+       color: #f00;
+}
+
 .tooltip.ignore {
        color: rgba(255,142,0,.6);
 }