From 2a75e05bfa27679ea4e80e17458ee08743b58674 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 27 Apr 2021 00:04:44 +0300 Subject: [PATCH] [common] fix bug 50026 --- apps/common/main/resources/less/buttons.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index 8a3b7218f..de279182e 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -934,6 +934,12 @@ &.active { background-color: @background-normal-ie !important; background-color: @background-normal !important; + + &:not(:disabled) { + svg.icon { + opacity: inherit; + } + } } &:active:not(.disabled),