From 98b4832111e96c7529d9e47eb5a3af69cc00d11d Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Mon, 25 Jul 2022 03:59:59 +0300 Subject: [PATCH] Added hoved to selectable li --- base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base.css b/base.css index 40b25f2..635eb96 100644 --- a/base.css +++ b/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;