Fix disabled svg icons
This commit is contained in:
parent
8b55d647bd
commit
47dffc8c0f
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue