Commit 82615e99 authored by Mark Otto's avatar Mark Otto

no bg-color to start on outline buttons so they're easier to use on light and dark color schemes

parent dcc92778
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment