mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Prevent the "ref" badge from appearing in the sidebar
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user