aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-15 10:59:23 -0800
committerMark Otto <[email protected]>2013-12-15 10:59:23 -0800
commit2ea370f93ba83aab5d071311758bc1e7bd822dc6 (patch)
tree07e74f9f3e13d10c39540282ade8b6024112c127 /less
parent9a8e6195437f88fae8687e5aeeb8052797d4c6e4 (diff)
parentce39cbe6fa4601836ecfced002803576a7b569b0 (diff)
downloadbootstrap-2ea370f93ba83aab5d071311758bc1e7bd822dc6.tar.xz
bootstrap-2ea370f93ba83aab5d071311758bc1e7bd822dc6.zip
Merge pull request #11861 from freeman/master
Issue #11852 : create a new variable for the list group active item link...
Diffstat (limited to 'less')
-rw-r--r--less/list-group.less2
-rw-r--r--less/variables.less2
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
// -------------------------