mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-18 15:54:26 +01: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
@ -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…
x
Reference in New Issue
Block a user