[common] Fix bug 78267

This commit is contained in:
Alexey Koshelev
2025-11-12 14:22:56 +03:00
parent bce05e66cf
commit 841cd9519f

View File

@ -68,6 +68,8 @@
border: 1px solid @border-divider;
box-shadow: 0 1px 0 0 @border-divider-ie;
box-shadow: 0 1px 0 0 @border-divider;
color: @text-normal-ie;
color: @text-normal;
}
.action-keys-item-comma {
display: flex;
@ -104,6 +106,15 @@
opacity: 1;
}
}
&.selected {
button {
:not(:hover).icon {
background-position-x: -20px;
background-position-x: @button-small-active-icon-offset-x;
}
}
}
}
}