mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 18:21:12 +03:00
fix hover state colors on mobile menu
This commit is contained in:
parent
c1069775a4
commit
c982834cbe
@ -264,7 +264,8 @@
|
|||||||
.MainMenu-item:hover,
|
.MainMenu-item:hover,
|
||||||
.MainMenu-logo:hover,
|
.MainMenu-logo:hover,
|
||||||
.MainMenu-item.is-currentRoute {
|
.MainMenu-item.is-currentRoute {
|
||||||
color: @menu-link;
|
background-color: @default-tertiary-bg;
|
||||||
|
color: @default-icon;
|
||||||
}
|
}
|
||||||
|
|
||||||
// item on
|
// item on
|
||||||
|
Loading…
Reference in New Issue
Block a user