Fix disabled svg icons
This commit is contained in:
parent
8b55d647bd
commit
47dffc8c0f
|
@ -643,9 +643,11 @@
|
|||
.btn-toolbar {
|
||||
&:active,
|
||||
&.active {
|
||||
svg.icon {
|
||||
fill: @icon-normal-pressed-ie;
|
||||
fill: @icon-normal-pressed;
|
||||
&:not(.disabled) {
|
||||
svg.icon {
|
||||
fill: @icon-normal-pressed-ie;
|
||||
fill: @icon-normal-pressed;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue