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