Corrected backend header :focus state for menu-items.

This commit is contained in:
Alex Tselegidis 2016-07-16 16:20:04 +02:00
parent 9b39ea339c
commit d0304b733a
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,11 @@ root {
transition: background-color 0.2s;
}
#header #header-menu .menu-item:focus {
background-color: inherit;
outline: none;
}
#header #header-menu .menu-item:hover:not(.active) {
background-color: #2A8F57;
}