mirror of
https://github.com/picocss/pico
synced 2025-06-18 09:29:27 +00:00
fix: Dropdown item hover with labels
This commit is contained in:
parent
4102702b05
commit
6ab7c28189
@ -62,6 +62,16 @@
|
||||
background-color: var(#{$✨}dropdown-hover-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
&:has(label) {
|
||||
&:hover {
|
||||
background-color: var(#{$✨}dropdown-hover-background-color);
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user