diff options
| author | Mark Otto <[email protected]> | 2017-10-22 12:34:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-22 12:34:47 -0700 |
| commit | 5e4964ccb88bf6889aa69f234e522c134e8c510e (patch) | |
| tree | 489c10b113e5e0581922e707219b841681a839fe | |
| parent | 1b1c768ef617eac8d5dc267e85aeb5b0d3cb29f1 (diff) | |
| download | bootstrap-5e4964ccb88bf6889aa69f234e522c134e8c510e.tar.xz bootstrap-5e4964ccb88bf6889aa69f234e522c134e8c510e.zip | |
use rgba() so it's not at full opacity
| -rw-r--r-- | scss/mixins/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 0124199d4..8362a8397 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -90,7 +90,7 @@ } &:focus { ~ .custom-control-indicator { - box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-btn-focus-width $color; + box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-btn-focus-width rgba($color, .25); } } } |
