mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 15:00:59 +00:00
fix(list-group): properly set a color on list-group-items
This commit is contained in:
parent
ac3a1069b1
commit
0bdf931507
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue