mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 11:52:51 +01:00
Increase width of focus styles so it's more pixel perfect out of the box
This commit is contained in:
parent
99777662c6
commit
1af79bbc52
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user