diff options
| author | Mark Otto <[email protected]> | 2013-12-15 10:59:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 10:59:23 -0800 |
| commit | 2ea370f93ba83aab5d071311758bc1e7bd822dc6 (patch) | |
| tree | 07e74f9f3e13d10c39540282ade8b6024112c127 /less/variables.less | |
| parent | 9a8e6195437f88fae8687e5aeeb8052797d4c6e4 (diff) | |
| parent | ce39cbe6fa4601836ecfced002803576a7b569b0 (diff) | |
| download | bootstrap-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/variables.less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
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 // ------------------------- |
