mirror of
https://github.com/twbs/bootstrap.git
synced 2025-11-22 00:11:09 -05:00
Issue #11852 : create a new variable for the list group active item link text.
This commit is contained in:
parent
730ccd2a20
commit
ce39cbe6fa
@ -79,7 +79,7 @@ a.list-group-item {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
.list-group-item-text {
|
.list-group-item-text {
|
||||||
color: lighten(@list-group-active-bg, 40%);
|
color: @list-group-link-text-active-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -505,7 +505,7 @@
|
|||||||
|
|
||||||
@list-group-link-color: #555;
|
@list-group-link-color: #555;
|
||||||
@list-group-link-heading-color: #333;
|
@list-group-link-heading-color: #333;
|
||||||
|
@list-group-link-text-active-color: lighten(@list-group-active-bg, 40%);
|
||||||
|
|
||||||
// Panels
|
// Panels
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user