Browse Source

Added hoved to selectable li

master
Kenneth Bruen 2 years ago
parent
commit
98b4832111
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 5
      base.css

5
base.css

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

Loading…
Cancel
Save