2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
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,