Skip to content

Commit b2f8f94

Browse files
committed
Fix: Dismiss button active state overflow
1 parent 340d46a commit b2f8f94

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/styles/components

1 file changed

+1
-1
lines changed

packages/components/src/styles/components/tag.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $hds-tag-border-radius: 50px;
2323
border-radius: $hds-tag-border-radius;
2424
}
2525

26-
.hds-tag:focus-within,
26+
.hds-tag:has(:focus-visible),
2727
.hds-tag:has(.mock-focus) {
2828
overflow: visible;
2929
}

0 commit comments

Comments
 (0)