Prevent the "ref" badge from appearing in the sidebar

This commit is contained in:
merumelu
2021-07-29 19:14:06 +02:00
parent 680b7e97de
commit 9cb98cc595

View File

@@ -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 {