menu.less: User themable text color for active level-1 menu item
This commit is contained in:
parent
a9a7cb81e8
commit
32e756b185
|
@ -68,7 +68,7 @@
|
|||
color: @menu-color;
|
||||
|
||||
&.active {
|
||||
color: @white;
|
||||
color: @text-color;
|
||||
|
||||
> a > .badge {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue