mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Icons style fix
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user