diff options
| author | semenyakNik <[email protected]> | 2018-10-20 22:00:48 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-20 22:00:48 +0300 |
| commit | c5eb6043d81824f281ce5ada6ae77569054c987f (patch) | |
| tree | b4ff577d9ec761b96bdf1a73b40a4dc246a54447 | |
| parent | 7190c38e4c6969bfffa4e4f107e7ceadbba979fa (diff) | |
| download | bootstrap-c5eb6043d81824f281ce5ada6ae77569054c987f.tar.xz bootstrap-c5eb6043d81824f281ce5ada6ae77569054c987f.zip | |
Custom select inconsistent padding (#27415)
| -rw-r--r-- | scss/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index d314acbab..7ae0aaf4b 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -523,8 +523,8 @@ $custom-checkbox-indicator-indeterminate-box-shadow: none !default; $custom-radio-indicator-border-radius: 50% !default; $custom-radio-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3E%3C/svg%3E"), "#", "%23") !default; -$custom-select-padding-y: .375rem !default; -$custom-select-padding-x: .75rem !default; +$custom-select-padding-y: $input-btn-padding-y !default; +$custom-select-padding-x: $input-btn-padding-x !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 $custom-select-font-weight: $input-font-weight !default; |
