mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Merge pull request #5691 from Calinou/theme-toctree-expand-fix-icon-colors
This commit is contained in:
@@ -917,21 +917,24 @@ kbd.compound > .kbd,
|
||||
border: none;
|
||||
}
|
||||
|
||||
.wy-side-nav-search, .wy-menu-vertical a, .wy-menu-vertical a span.toctree-expand,
|
||||
.wy-menu-vertical li.toctree-l2 a span.toctree-expand {
|
||||
.wy-side-nav-search, .wy-menu-vertical a, .wy-menu-vertical a button.toctree-expand,
|
||||
.wy-menu-vertical li.toctree-l1 a button.toctree-expand,
|
||||
.wy-menu-vertical li.toctree-l2 a button.toctree-expand {
|
||||
color: var(--navbar-level-3-color);
|
||||
opacity: 0.9;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.wy-side-nav-search, .wy-menu-vertical a, .wy-menu-vertical a:hover span.toctree-expand,
|
||||
.wy-menu-vertical li.toctree-l2 a:hover span.toctree-expand {
|
||||
.wy-side-nav-search, .wy-menu-vertical a, .wy-menu-vertical a:hover button.toctree-expand,
|
||||
.wy-menu-vertical li.toctree-l1 a:hover button.toctree-expand,
|
||||
.wy-menu-vertical li.toctree-l2 a:hover button.toctree-expand {
|
||||
color: var(--navbar-level-2-color);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.wy-side-nav-search, .wy-menu-vertical a, .wy-menu-vertical a:active span.toctree-expand,
|
||||
.wy-menu-vertical li.toctree-l2 a:active span.toctree-expand {
|
||||
.wy-side-nav-search, .wy-menu-vertical a, .wy-menu-vertical a:active button.toctree-expand,
|
||||
.wy-menu-vertical li.toctree-l1 a:active button.toctree-expand,
|
||||
.wy-menu-vertical li.toctree-l2 a:active button.toctree-expand {
|
||||
color: var(--navbar-level-1-color);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user