mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 22:07:36 -02:30
move hover style under selected so it is not overridden
This commit is contained in:
@@ -241,16 +241,16 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.MainMenu-item.is-currentRoute {
|
||||||
|
background-color: #509ad3;
|
||||||
|
}
|
||||||
|
|
||||||
.MainMenu-toggle:hover,
|
.MainMenu-toggle:hover,
|
||||||
.MainMenu-item:hover,
|
.MainMenu-item:hover,
|
||||||
.MainMenu-logo:hover {
|
.MainMenu-logo:hover {
|
||||||
background-color: #5bbdbf;
|
background-color: #5bbdbf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MainMenu-item.is-currentRoute {
|
|
||||||
background-color: #509ad3;
|
|
||||||
}
|
|
||||||
|
|
||||||
// item on
|
// item on
|
||||||
.MainMenu-logo,
|
.MainMenu-logo,
|
||||||
.MainMenu-item,
|
.MainMenu-item,
|
||||||
|
|||||||
Reference in New Issue
Block a user