mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[start] fix bug 75233
This commit is contained in:
@ -749,7 +749,7 @@ li.menu-item {
|
||||
background-color: @background-normal-element-light;
|
||||
}
|
||||
|
||||
&:hover:not(.unavail) {
|
||||
&:hover {
|
||||
.col-more {
|
||||
opacity: 1;
|
||||
}
|
||||
@ -762,6 +762,13 @@ li.menu-item {
|
||||
&:active, &[data-active] {
|
||||
background-color: @highlight-button-pressed;
|
||||
}
|
||||
|
||||
&.unavail {
|
||||
> :not(.col-more) {
|
||||
opacity: 0.5;
|
||||
-webkit-filter: grayscale(100%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user