Selaa lähdekoodia

Prevent the "ref" badge from appearing in the sidebar

merumelu 4 vuotta sitten
vanhempi
commit
9cb98cc595
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      _static/css/custom.css

+ 5 - 0
_static/css/custom.css

@@ -313,6 +313,11 @@ a[href*="classes/"]::before {
     display: none;
 }
 
+/* Prevent the "ref" badge from appearing in the sidebar. */
+.wy-menu-vertical a[href*="classes/"]::before {
+    display: none;
+}
+
 hr,
 #search-results .search li:first-child,
 #search-results .search li {