diff options
| author | Gaƫl Poupard <[email protected]> | 2021-02-26 09:29:40 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-03-01 11:27:08 -0800 |
| commit | 0bdf9315077d22022a1f35b60b830398825098ce (patch) | |
| tree | 241a9dbec0417bdc01e9d2731171b0fa6df6ca81 /scss | |
| parent | ac3a1069b139c12d95ca1b6ac2798e56cf01a83e (diff) | |
| download | bootstrap-0bdf9315077d22022a1f35b60b830398825098ce.tar.xz bootstrap-0bdf9315077d22022a1f35b60b830398825098ce.zip | |
fix(list-group): properly set a color on list-group-items
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 3fcba715b..723f5a86b 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1299,7 +1299,7 @@ $progress-bar-transition: width .6s ease !default; // List group // scss-docs-start list-group-variables -$list-group-color: null !default; +$list-group-color: $gray-900 !default; $list-group-bg: $white !default; $list-group-border-color: rgba($black, .125) !default; $list-group-border-width: $border-width !default; |
