mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 16:00:23 +00:00
Sync custom select focus state with custom control focus state
This commit is contained in:
parent
849067d763
commit
cbc8a7273a
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ $custom-select-box-shadow: inset 0 1px 2px rgba($black, .075) !default;
|
|||
|
||||
$custom-select-focus-border-color: $input-focus-border-color !default;
|
||||
$custom-select-focus-width: $input-focus-width !default;
|
||||
$custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width rgba($custom-select-focus-border-color, .5) !default;
|
||||
$custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width $input-btn-focus-color !default;
|
||||
|
||||
$custom-select-padding-y-sm: $input-padding-y-sm !default;
|
||||
$custom-select-padding-x-sm: $input-padding-x-sm !default;
|
||||
|
|
|
|||
Loading…
Reference in a new issue