From 841cd9519f69c6ad72581f8d403050ccdef5206e Mon Sep 17 00:00:00 2001 From: Alexey Koshelev Date: Wed, 12 Nov 2025 14:22:56 +0300 Subject: [PATCH] [common] Fix bug 78267 --- apps/common/main/resources/less/shortcuts-dialog.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/common/main/resources/less/shortcuts-dialog.less b/apps/common/main/resources/less/shortcuts-dialog.less index ec95597098..090284feb0 100644 --- a/apps/common/main/resources/less/shortcuts-dialog.less +++ b/apps/common/main/resources/less/shortcuts-dialog.less @@ -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; + } + } + } } }