mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00:00
active item on list group should use @component-active-bg
This commit is contained in:
parent
c5042e050e
commit
b56371b145
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@
|
|||
|
||||
@list-group-hover-bg: #f5f5f5;
|
||||
@list-group-active-text: #fff;
|
||||
@list-group-active-bg: @link-color;
|
||||
@list-group-active-bg: @component-active-bg;
|
||||
@list-group-active-border: @list-group-active-bg;
|
||||
|
||||
// Panels
|
||||
|
|
|
|||
Loading…
Reference in a new issue