fix(extra-features): Remove btn-outline in loop
The colors for btn-outline should be the same as the border
This commit is contained in:
@ -13,14 +13,4 @@ $btn-color: (
|
|||||||
.btn-sm-#{$name} {
|
.btn-sm-#{$name} {
|
||||||
color: $color !important;
|
color: $color !important;
|
||||||
}
|
}
|
||||||
.btn-outline-#{$name},
|
|
||||||
.btn-lg-outline-#{$name},
|
|
||||||
.btn-sm-outline-#{$name} {
|
|
||||||
color: $color;
|
|
||||||
&:hover,
|
|
||||||
&:focus,
|
|
||||||
&:active {
|
|
||||||
color: $color !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user