aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrasscha <[email protected]>2013-12-12 20:47:16 +0100
committermrasscha <[email protected]>2013-12-12 20:48:08 +0100
commitce39cbe6fa4601836ecfced002803576a7b569b0 (patch)
treee96de267777b2899208be0d7b4da32b6e5d8e328
parent730ccd2a20d64a18e7fa26db93ae8bf9a35c0352 (diff)
downloadbootstrap-ce39cbe6fa4601836ecfced002803576a7b569b0.tar.xz
bootstrap-ce39cbe6fa4601836ecfced002803576a7b569b0.zip
Issue #11852 : create a new variable for the list group active item link text.
-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 3d7cb660c..c63bbcec2 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -505,7 +505,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
// -------------------------