move hover style under selected so it is not overridden

This commit is contained in:
John Mitchell 2015-11-06 13:25:23 -05:00
parent 7d208b7d6f
commit 5863d25968

View File

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