Added hoved to selectable li

This commit is contained in:
Kenneth Bruen 2022-07-25 03:59:59 +03:00
parent 1d17cbbdb6
commit 98b4832111
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -166,6 +166,11 @@ li:focus {
background-color: blue;
}
li.items:not(.disabled):hover:not(:focus) {
color: black;
background-color: lightskyblue;
}
a {
display: block;
padding: 8px;