Added hoved to selectable li
This commit is contained in:
parent
1d17cbbdb6
commit
98b4832111
1 changed files with 5 additions and 0 deletions
5
base.css
5
base.css
|
@ -166,6 +166,11 @@ li:focus {
|
||||||
background-color: blue;
|
background-color: blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.items:not(.disabled):hover:not(:focus) {
|
||||||
|
color: black;
|
||||||
|
background-color: lightskyblue;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue