forked from mirrors/easyappointments
Corrected backend header :focus state for menu-items.
This commit is contained in:
parent
9b39ea339c
commit
d0304b733a
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,11 @@ root {
|
||||||
transition: background-color 0.2s;
|
transition: background-color 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header #header-menu .menu-item:focus {
|
||||||
|
background-color: inherit;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
#header #header-menu .menu-item:hover:not(.active) {
|
#header #header-menu .menu-item:hover:not(.active) {
|
||||||
background-color: #2A8F57;
|
background-color: #2A8F57;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue