Fix disabled svg icons

This commit is contained in:
Julia Radzhabova 2022-10-29 00:11:15 +03:00
parent 8b55d647bd
commit 47dffc8c0f

View file

@ -643,9 +643,11 @@
.btn-toolbar { .btn-toolbar {
&:active, &:active,
&.active { &.active {
svg.icon { &:not(.disabled) {
fill: @icon-normal-pressed-ie; svg.icon {
fill: @icon-normal-pressed; fill: @icon-normal-pressed-ie;
fill: @icon-normal-pressed;
}
} }
} }