diff options
| author | Mark Otto <[email protected]> | 2013-12-15 11:02:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 11:02:45 -0800 |
| commit | bc261ecc525518444887cb362c04f18d8f743da0 (patch) | |
| tree | dbe4aa9f4459258e1289ecd5c4b7acf137d156cc | |
| parent | a319ec5b7d19a464d86fa604b53c84ff2c480ebb (diff) | |
| parent | 2ea370f93ba83aab5d071311758bc1e7bd822dc6 (diff) | |
| download | bootstrap-bc261ecc525518444887cb362c04f18d8f743da0.tar.xz bootstrap-bc261ecc525518444887cb362c04f18d8f743da0.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
| -rw-r--r-- | less/list-group.less | 2 | ||||
| -rw-r--r-- | less/variables.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/less/list-group.less b/less/list-group.less index 35fff05d4..73786a984 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -79,7 +79,7 @@ a.list-group-item { color: inherit; } .list-group-item-text { - color: lighten(@list-group-active-bg, 40%); + color: @list-group-link-text-active-color; } } } diff --git a/less/variables.less b/less/variables.less index 0c75d71f6..39f1f4d86 100644 --- a/less/variables.less +++ b/less/variables.less @@ -510,7 +510,7 @@ @list-group-link-color: #555; @list-group-link-heading-color: #333; - +@list-group-link-text-active-color: lighten(@list-group-active-bg, 40%); // Panels // ------------------------- |
