diff options
| author | gijsbotje <[email protected]> | 2018-01-06 01:14:15 +0100 |
|---|---|---|
| committer | gijsbotje <[email protected]> | 2018-01-06 01:14:15 +0100 |
| commit | d7dbdf91c6c09faccc9734165f8bd5a2cd7f5350 (patch) | |
| tree | 7369d5c93968561706555ba32066eade4f4199b1 /scss/_variables.scss | |
| parent | 34cd2038d2b16f305919e1fc36ff45913e3d1dfd (diff) | |
| download | bootstrap-d7dbdf91c6c09faccc9734165f8bd5a2cd7f5350.tar.xz bootstrap-d7dbdf91c6c09faccc9734165f8bd5a2cd7f5350.zip | |
added variable for the background of checked and indeterminate custom inputs and radios that are disabled
added styles for these cases
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 31149a5e4..fe3f85b3a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -449,6 +449,7 @@ $custom-control-label-disabled-color: $gray-600 !default; $custom-control-indicator-checked-color: $white !default; $custom-control-indicator-checked-bg: theme-color("primary") !default; +$custom-control-indicator-checked-disabled-bg: rgba(theme-color("primary"), .5) !default; $custom-control-indicator-checked-box-shadow: none !default; $custom-control-indicator-focus-box-shadow: 0 0 0 1px $body-bg, $input-btn-focus-box-shadow !default; |
