We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9e53b commit 7f0287aCopy full SHA for 7f0287a
app/components/Select/Field.vue
@@ -68,7 +68,7 @@ const props = withDefaults(defineProps<SelectFieldProps>(), {
68
</SelectBase>
69
<span
70
aria-hidden="true"
71
- class="block i-carbon:chevron-down absolute top-1/2 -translate-y-1/2 text-fg-subtle pointer-events-none group-hover/select:text-fg group-focus/select:text-fg"
+ class="block i-carbon:chevron-down absolute top-1/2 -translate-y-1/2 text-fg-subtle pointer-events-none group-hover/select:text-fg group-focus-within/select:text-fg"
72
:class="[SELECT_FIELD_ICON_SIZES[size]]"
73
/>
74
</div>
0 commit comments