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),