浏览代码

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

Prevent the "ref" badge from appearing in the sidebar
Max Hilbrunner 4 年之前
父节点
当前提交
8b35df80f9
共有 1 个文件被更改,包括 5 次插入0 次删除
  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 {