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:
2026-01-09 14:22:34 +01:00
parent 1bf0ea3450
commit e37cafd839

View File

@ -13,14 +13,4 @@ $btn-color: (
.btn-sm-#{$name} {
color: $color !important;
}
.btn-outline-#{$name},
.btn-lg-outline-#{$name},
.btn-sm-outline-#{$name} {
color: $color;
&:hover,
&:focus,
&:active {
color: $color !important;
}
}
}