mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Merge pull request #11861 from freeman/master
Issue #11852 : create a new variable for the list group active item link...
This commit is contained in:
commit
2ea370f93b
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
// -------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue