|
@@ -22,7 +22,7 @@ $theme-colors: map-merge($theme-colors, $colors);
|
|
|
&.disabled,
|
|
&.disabled,
|
|
|
&:disabled {
|
|
&:disabled {
|
|
|
svg {
|
|
svg {
|
|
|
- color: color-yiq($background);
|
|
|
|
|
|
|
+ fill: color-yiq($background);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -30,7 +30,7 @@ $theme-colors: map-merge($theme-colors, $colors);
|
|
|
&:not(:disabled):not(.disabled).active,
|
|
&:not(:disabled):not(.disabled).active,
|
|
|
.show > &.dropdown-toggle {
|
|
.show > &.dropdown-toggle {
|
|
|
svg {
|
|
svg {
|
|
|
- color: color-yiq($active-background);
|
|
|
|
|
|
|
+ fill: color-yiq($active-background);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|