0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-07 04:54:24 +01:00

fix(list-group): properly set a color on list-group-items

This commit is contained in:
Gaël Poupard 2021-02-26 09:29:40 +01:00 committed by Mark Otto
parent ac3a1069b1
commit 0bdf931507

View File

@ -1299,7 +1299,7 @@ $progress-bar-transition: width .6s ease !default;
// List group // List group
// scss-docs-start list-group-variables // scss-docs-start list-group-variables
$list-group-color: null !default; $list-group-color: $gray-900 !default;
$list-group-bg: $white !default; $list-group-bg: $white !default;
$list-group-border-color: rgba($black, .125) !default; $list-group-border-color: rgba($black, .125) !default;
$list-group-border-width: $border-width !default; $list-group-border-width: $border-width !default;