We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340d46a commit b2f8f94Copy full SHA for b2f8f94
packages/components/src/styles/components/tag.scss
@@ -23,7 +23,7 @@ $hds-tag-border-radius: 50px;
23
border-radius: $hds-tag-border-radius;
24
}
25
26
-.hds-tag:focus-within,
+.hds-tag:has(:focus-visible),
27
.hds-tag:has(.mock-focus) {
28
overflow: visible;
29
0 commit comments