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:
parent
f57514d63c
commit
ae146074a1
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue