aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-01-13 08:52:46 +0100
committerXhmikosR <[email protected]>2019-01-13 09:52:46 +0200
commitfd4d426e51377c63c1bdbb7044ff6d775f57c689 (patch)
treefd14234cba75adc874501e7d02bacd9c53d92773
parente077ddbc6c4a0bf6dfbb854126be402e10dc198a (diff)
downloadbootstrap-fd4d426e51377c63c1bdbb7044ff6d775f57c689.tar.xz
bootstrap-fd4d426e51377c63c1bdbb7044ff6d775f57c689.zip
Change default custom select styles (#28027)
-rw-r--r--scss/_variables.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index ae96c9b6b..b73024427 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -542,7 +542,7 @@ $custom-control-indicator-checked-disabled-bg: rgba(theme-color("primary"), .5)
$custom-control-indicator-checked-box-shadow: none !default;
$custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default;
-$custom-control-indicator-focus-box-shadow: $input-btn-focus-box-shadow !default;
+$custom-control-indicator-focus-box-shadow: $input-focus-box-shadow !default;
$custom-control-indicator-focus-border-color: $input-focus-border-color !default;
$custom-control-indicator-active-color: $component-active-color !default;
@@ -566,8 +566,8 @@ $custom-switch-width: $custom-control-indicator-size *
$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;
$custom-switch-indicator-size: calc(#{$custom-control-indicator-size} - #{$custom-control-indicator-border-width * 4}) !default;
-$custom-select-padding-y: $input-btn-padding-y !default;
-$custom-select-padding-x: $input-btn-padding-x !default;
+$custom-select-padding-y: $input-padding-y !default;
+$custom-select-padding-x: $input-padding-x !default;
$custom-select-font-size: $input-font-size !default;
$custom-select-height: $input-height !default;
$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator