diff options
| author | Mark Otto <[email protected]> | 2015-08-17 23:43:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-17 23:43:25 -0700 |
| commit | 82615e99198d1f61a3cd4531b77f90d9ec8a708e (patch) | |
| tree | b21c6d9bb2b9a8d200ce1fc63a1c24c30a92db9a | |
| parent | dcc92778d54692253e5b41bf1eb93a19fcc89191 (diff) | |
| download | bootstrap-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.scss | 2 |
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, |
