1
0
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:
Leigh Johnson 2016-05-03 15:29:24 -04:00 committed by John Mitchell
parent c1069775a4
commit c982834cbe

View File

@ -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