[DE PE SSE] Fix bug 62644

This commit is contained in:
JuliaSvinareva
2023-05-19 17:25:08 +03:00
parent b89480ab6f
commit 5dc91c188a

View File

@ -21,16 +21,17 @@
}
}
.btn-category {
.btn-category,
.btn-options {
&:active,
&.active {
&:not(.disabled) {
svg.icon {
fill: @icon-normal-pressed-ie;
fill: @icon-normal-pressed;
//.btn& {
// opacity: 1;
//}
.btn& {
opacity: 1;
}
}
}
}
@ -40,7 +41,7 @@
fill: @icon-normal;
.btn& {
//opacity: 1;
opacity: 1;
}
}
}