]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Sync custom select focus state with custom control focus state
authorMartijn Cuppens <martijn.cuppens@intracto.com>
Sat, 5 Jan 2019 12:17:15 +0000 (13:17 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 7 Jan 2019 00:48:04 +0000 (02:48 +0200)
scss/_variables.scss

index 30a69d7963501547f0aa57d89c9558ef7edba76a..de88cc2294404a4a9653075dd6454af4bda0e0da 100644 (file)
@@ -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;