Skip to content

Commit 6ab7c28

Browse files
committed
fix: Dropdown item hover with labels
1 parent 4102702 commit 6ab7c28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scss/components/_dropdown.scss

+10
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@
6262
background-color: var(#{$✨}dropdown-hover-background-color);
6363
}
6464
}
65+
66+
&:has(label) {
67+
&:hover {
68+
background-color: var(#{$✨}dropdown-hover-background-color);
69+
70+
label {
71+
cursor: pointer;
72+
}
73+
}
74+
}
6575
}
6676
}
6777

0 commit comments

Comments
 (0)