[start] fix bug 75233

This commit is contained in:
maxkadushkin
2025-10-07 15:52:05 +03:00
parent d703773ac9
commit 1af7795970

View File

@ -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%);
}
}
}
}