mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
fix: Dropdown item hover with labels
This commit is contained in:
parent
4102702b05
commit
6ab7c28189
1 changed files with 10 additions and 0 deletions
|
@ -62,6 +62,16 @@
|
||||||
background-color: var(#{$✨}dropdown-hover-background-color);
|
background-color: var(#{$✨}dropdown-hover-background-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:has(label) {
|
||||||
|
&:hover {
|
||||||
|
background-color: var(#{$✨}dropdown-hover-background-color);
|
||||||
|
|
||||||
|
label {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue