diff options
| author | Mark Otto <[email protected]> | 2017-07-01 23:40:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-01 23:40:51 -0700 |
| commit | 3b08beb37a5c65a5dd51f109b7b4695e89afe698 (patch) | |
| tree | 4a5d8b89fa18c83e1c9b35ebaa1607ff002b9763 | |
| parent | 7bce8648edb1f66c6dd1525d55e8de343a25b9ee (diff) | |
| download | bootstrap-3b08beb37a5c65a5dd51f109b7b4695e89afe698.tar.xz bootstrap-3b08beb37a5c65a5dd51f109b7b4695e89afe698.zip | |
follow up to 4e067f722
| -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 269cb50ed..91103b624 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -760,7 +760,7 @@ $list-group-disabled-bg: $list-group-bg !default; $list-group-action-color: $gray-700 !default; $list-group-action-hover-color: $list-group-action-color !default; -$list-group-action-active-color: $list-group-color !default; +$list-group-action-active-color: $body-color !default; $list-group-action-active-bg: $gray-200 !default; |
