mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
fix(list-group): properly set a color on list-group-items
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user