luci-theme-openwrt-2020: add dropdown option hover styles

Subsequent commits will drop the JS based mouse following focus behavior,
so add appropriate replacement CSS hover styles.

Ref: #6903
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2024-02-18 23:24:46 +01:00
parent f57514d63c
commit ae146074a1

View file

@ -1365,7 +1365,8 @@ textarea {
color: var(--secondary-bright-color);
}
.cbi-dropdown[open] > ul.dropdown > li.focus {
.cbi-dropdown[open] > ul.dropdown > li.focus,
.cbi-dropdown[open] > ul.dropdown > li:hover {
background: var(--main-bright-color);
}