Bläddra i källkod

Merge pull request #5124 from merumelu/sidebar-no-ref

Prevent the "ref" badge from appearing in the sidebar
Max Hilbrunner 4 år sedan
förälder
incheckning
8b35df80f9
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5 0
      _static/css/custom.css

+ 5 - 0
_static/css/custom.css

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