diff options
| author | Mark Otto <[email protected]> | 2020-09-13 19:06:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-09-22 16:49:02 -0700 |
| commit | 1af79bbc5267428af9fcb4a8fc9e6ab0b30328f4 (patch) | |
| tree | 5e105d4ea779ec589ce101ee455e092b47f389c3 /scss | |
| parent | 99777662c678341b0220630c05a9526faab36c95 (diff) | |
| download | bootstrap-1af79bbc5267428af9fcb4a8fc9e6ab0b30328f4.tar.xz bootstrap-1af79bbc5267428af9fcb4a8fc9e6ab0b30328f4.zip | |
Increase width of focus styles so it's more pixel perfect out of the box
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 266a497a7..b5fb6a000 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -555,7 +555,7 @@ $input-btn-font-family: null !default; $input-btn-font-size: $font-size-base !default; $input-btn-line-height: $line-height-base !default; -$input-btn-focus-width: .2rem !default; +$input-btn-focus-width: .25em !default; $input-btn-focus-color-opacity: .25 !default; $input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default; $input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default; |
