mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 10:34:07 +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) {
|
@mixin button-outline-variant($color) {
|
||||||
color: $color;
|
color: $color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: $body-bg;
|
background-color: transparent;
|
||||||
border-color: $color;
|
border-color: $color;
|
||||||
|
|
||||||
&:focus,
|
&:focus,
|
||||||
|
Reference in New Issue
Block a user