mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-22 15:23:32 -05:00
Navbar: Highlight SVG fill color in active links
Match code.blender.org
This commit is contained in:
parent
62c9a71d15
commit
45edf9ce26
1 changed files with 3 additions and 1 deletions
|
@ -139,8 +139,10 @@
|
|||
top: 1px;
|
||||
}
|
||||
|
||||
.navbardev .navbardev-link-active {
|
||||
.navbardev .navbardev-link-active,
|
||||
.navbardev .navbardev-link-active svg {
|
||||
color: var(--navbardev-color-text-active);
|
||||
fill: var(--navbardev-color-text-active);
|
||||
}
|
||||
|
||||
.navbardev .navbardev-links-right {
|
||||
|
|
Loading…
Reference in a new issue