Skip to content

Commit 1d95e66

Browse files
authored
fix(custom-select): keyboard focus ring appears on mouse interaction (#4919)
* fix(custom-select): keyboard focus ring appears on mouse interaction * feat: adding changeset
1 parent c41baa6 commit 1d95e66

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.changeset/modern-doors-give.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@db-ux/core-components": patch
3+
"@db-ux/ngx-core-components": patch
4+
"@db-ux/react-core-components": patch
5+
"@db-ux/v-core-components": patch
6+
"@db-ux/wc-core-components": patch
7+
---
8+
9+
fix(custom-select): keyboard focus ring appears on mouse interaction

packages/components/src/components/custom-select-list-item/custom-select-list-item.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ db-custom-select-list-item:not(:last-of-type) {
3434
}
3535
}
3636

37-
&:has(> label > input:focus-within) {
37+
&:has(> label > input:focus-visible) {
3838
@extend %focus-placeholder;
3939
}
4040

0 commit comments

Comments
 (0)