Skip to content

Commit 7f0287a

Browse files
committed
feat: update dropdown color on select focus
1 parent 9d9e53b commit 7f0287a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Select/Field.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const props = withDefaults(defineProps<SelectFieldProps>(), {
6868
</SelectBase>
6969
<span
7070
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"
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-within/select:text-fg"
7272
:class="[SELECT_FIELD_ICON_SIZES[size]]"
7373
/>
7474
</div>

0 commit comments

Comments
 (0)