mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-01-03 05:10:05 -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;
|
top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbardev .navbardev-link-active {
|
.navbardev .navbardev-link-active,
|
||||||
|
.navbardev .navbardev-link-active svg {
|
||||||
color: var(--navbardev-color-text-active);
|
color: var(--navbardev-color-text-active);
|
||||||
|
fill: var(--navbardev-color-text-active);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbardev .navbardev-links-right {
|
.navbardev .navbardev-links-right {
|
||||||
|
|
Loading…
Reference in a new issue