mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
no bg-color to start on outline buttons so they're easier to use on light and dark color schemes
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
@mixin button-outline-variant($color) {
|
||||
color: $color;
|
||||
background-image: none;
|
||||
background-color: $body-bg;
|
||||
background-color: transparent;
|
||||
border-color: $color;
|
||||
|
||||
&:focus,
|
||||
|
Reference in New Issue
Block a user