diff options
| author | Martijn Cuppens <[email protected]> | 2018-07-31 19:37:01 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-09-02 16:28:42 -0700 |
| commit | 3ef2db1e856ae1155575a61ab2eab9ecdf6b4289 (patch) | |
| tree | 6c6f827f8408005357b4bec90bf64d1288157de5 | |
| parent | 19afb12b65c8b737361a3959cdfe4dc41b7e30eb (diff) | |
| download | bootstrap-3ef2db1e856ae1155575a61ab2eab9ecdf6b4289.tar.xz bootstrap-3ef2db1e856ae1155575a61ab2eab9ecdf6b4289.zip | |
Move transparent background to .btn and remove background-image
| -rw-r--r-- | scss/_buttons.scss | 1 | ||||
| -rw-r--r-- | scss/mixins/_buttons.scss | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 7eff829a6..404851e19 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -10,6 +10,7 @@ text-align: center; vertical-align: middle; user-select: none; + background-color: transparent; border: $btn-border-width solid transparent; @include button-size($btn-padding-y, $btn-padding-x, $font-size-base, $btn-line-height, $btn-border-radius); @include transition($btn-transition); diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss index 06ad6772f..646f473b3 100644 --- a/scss/mixins/_buttons.scss +++ b/scss/mixins/_buttons.scss @@ -56,8 +56,6 @@ @mixin button-outline-variant($color, $color-hover: color-yiq($color), $active-background: $color, $active-border: $color) { color: $color; - background-color: transparent; - background-image: none; border-color: $color; &:hover { |
