0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

remove unused $list-group-color variable; it should naturally inherit from the body

This commit is contained in:
Mark Otto 2017-07-01 23:35:57 -07:00
parent e7ae1d9069
commit 4e067f7229

View File

@ -741,7 +741,6 @@ $progress-bar-transition: width .6s ease !default;
// List group
$list-group-color: $body-color !default;
$list-group-bg: $white !default;
$list-group-border-color: rgba($black,.125) !default;
$list-group-border-width: $border-width !default;