1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Outline button hover color (#25339)

This commit is contained in:
Mark Otto
2018-01-17 15:45:25 -08:00
committed by XhmikosR
parent b1a754863e
commit a0936c326f
2 changed files with 3 additions and 7 deletions

View File

@@ -68,11 +68,7 @@ fieldset:disabled a.btn {
@each $color, $value in $theme-colors {
.btn-outline-#{$color} {
@if $color == "light" {
@include button-outline-variant($value, $gray-900);
} @else {
@include button-outline-variant($value, $white);
}
@include button-outline-variant($value);
}
}