Skip to content

Commit

Permalink
Sync custom select focus state with custom control focus state
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Jan 5, 2019
1 parent 47610b0 commit 6a11ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 6a11ba6

Please sign in to comment.