0
0
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:
Mark Otto 2015-08-17 23:43:25 -07:00
parent dcc92778d5
commit 82615e9919

View File

@ -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,