Skip to content

Commit

Permalink
Fix: Dismiss button active state overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dchyun committed Jan 14, 2025
1 parent 340d46a commit b2f8f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/styles/components/tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $hds-tag-border-radius: 50px;
border-radius: $hds-tag-border-radius;
}

.hds-tag:focus-within,
.hds-tag:has(:focus-visible),
.hds-tag:has(.mock-focus) {
overflow: visible;
}
Expand Down

0 comments on commit b2f8f94

Please sign in to comment.