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

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

parent dcc92778
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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,
......
Supports Markdown
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