mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
fix hover state colors on mobile menu
This commit is contained in:
committed by
John Mitchell
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
|
||||||
|
|||||||
Reference in New Issue
Block a user