aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-17 23:43:25 -0700
committerMark Otto <[email protected]>2015-08-17 23:43:25 -0700
commit82615e99198d1f61a3cd4531b77f90d9ec8a708e (patch)
treeb21c6d9bb2b9a8d200ce1fc63a1c24c30a92db9a
parentdcc92778d54692253e5b41bf1eb93a19fcc89191 (diff)
downloadbootstrap-82615e99198d1f61a3cd4531b77f90d9ec8a708e.tar.xz
bootstrap-82615e99198d1f61a3cd4531b77f90d9ec8a708e.zip
no bg-color to start on outline buttons so they're easier to use on light and dark color schemes
-rw-r--r--scss/mixins/_buttons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss
index aa9eb62a0..75d284778 100644
--- a/scss/mixins/_buttons.scss
+++ b/scss/mixins/_buttons.scss
@@ -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,