mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01: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:
parent
dcc92778d5
commit
82615e9919
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user