diff options
| author | mrasscha <[email protected]> | 2013-12-12 20:47:16 +0100 |
|---|---|---|
| committer | mrasscha <[email protected]> | 2013-12-12 20:48:08 +0100 |
| commit | ce39cbe6fa4601836ecfced002803576a7b569b0 (patch) | |
| tree | e96de267777b2899208be0d7b4da32b6e5d8e328 /less/variables.less | |
| parent | 730ccd2a20d64a18e7fa26db93ae8bf9a35c0352 (diff) | |
| download | bootstrap-ce39cbe6fa4601836ecfced002803576a7b569b0.tar.xz bootstrap-ce39cbe6fa4601836ecfced002803576a7b569b0.zip | |
Issue #11852 : create a new variable for the list group active item link text.
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 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 // ------------------------- |
