mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Fixes #7796: change @list-group-active-text to @list-group-active-color
This commit is contained in:
@@ -67,7 +67,7 @@ a.list-group-item:focus {
|
||||
// Active class on item itself, not parent
|
||||
a.list-group-item.active {
|
||||
z-index: 2; // Place active items above their siblings for proper border styling
|
||||
color: @list-group-active-text;
|
||||
color: @list-group-active-color;
|
||||
background-color: @list-group-active-bg;
|
||||
border-color: @list-group-active-border;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user