Icons style fix

This commit is contained in:
Dmitry-Ilyushechkin
2025-01-22 13:55:20 +03:00
parent 2ee9c30012
commit deb179cfef
2 changed files with 8 additions and 3 deletions

View File

@ -249,14 +249,14 @@
text-transform: uppercase;
align-items: center;
color: @tabLinkColor;
i.icon {
.icon-svg {
opacity: 0.5;
}
&.tab-link-active {
color: @fill-white;
i.icon {
.icon-svg {
opacity: 1;
background-color: @fill-white;
fill: var(--fill-white);
}
}
}

View File

@ -15,4 +15,9 @@
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{brand-word}"><g><polygon points="10.9,16.9 2,8.1 4.1,6 11.1,12.8 17.9,6 20,8.1 11.2,16.9 11.1,17 "/></g></svg>');
}
}
.tab-link {
.icon-svg {
fill: var(--toolbar-tab-normal);
}
}
}