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 c41baa6 commit 1d95e66Copy full SHA for 1d95e66
.changeset/modern-doors-give.md
@@ -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
@@ -34,7 +34,7 @@ db-custom-select-list-item:not(:last-of-type) {
34
}
35
36
37
- &:has(> label > input:focus-within) {
+ &:has(> label > input:focus-visible) {
38
@extend %focus-placeholder;
39
40
0 commit comments