[common] fix bug 50026
This commit is contained in:
parent
bf6cab4d48
commit
2a75e05bfa
|
@ -934,6 +934,12 @@
|
||||||
&.active {
|
&.active {
|
||||||
background-color: @background-normal-ie !important;
|
background-color: @background-normal-ie !important;
|
||||||
background-color: @background-normal !important;
|
background-color: @background-normal !important;
|
||||||
|
|
||||||
|
&:not(:disabled) {
|
||||||
|
svg.icon {
|
||||||
|
opacity: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active:not(.disabled),
|
&:active:not(.disabled),
|
||||||
|
|
Loading…
Reference in a new issue