Commit cbc8a727 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by XhmikosR
Browse files

Sync custom select focus state with custom control focus state

parent 849067d7
1 merge request!28721Hot test
Showing with 1 addition and 1 deletion
+1 -1
...@@ -591,7 +591,7 @@ $custom-select-box-shadow: inset 0 1px 2px rgba($black, .075) !default; ...@@ -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-border-color: $input-focus-border-color !default;
$custom-select-focus-width: $input-focus-width !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-y-sm: $input-padding-y-sm !default;
$custom-select-padding-x-sm: $input-padding-x-sm !default; $custom-select-padding-x-sm: $input-padding-x-sm !default;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment