mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 13:10:48 +08:00
fix active icon color of menu item
This commit is contained in:
@ -249,7 +249,8 @@ label {
|
||||
}
|
||||
|
||||
.menu-item-icon {
|
||||
background-position-x: var(--button-small-active-icon-offset-x, 0);
|
||||
background-position-x: -20px;
|
||||
background-position-x: @button-small-active-icon-offset-x;
|
||||
}
|
||||
|
||||
svg.menu-item-icon {
|
||||
@ -287,7 +288,8 @@ label {
|
||||
line-height: 20px;
|
||||
position: relative;
|
||||
&:not(:disabled) {
|
||||
opacity: var(--component-normal-icon-opacity, 0.8);
|
||||
opacity: 0.8;
|
||||
opacity: @component-normal-icon-opacity;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user