From 35c3390f5b8961cfee1dff80a8d07b5da495523b Mon Sep 17 00:00:00 2001 From: Dylan Hyun Date: Tue, 14 Jan 2025 12:19:55 -0500 Subject: [PATCH] Fix: Dismiss button active state overflow --- packages/components/src/styles/components/tag.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/styles/components/tag.scss b/packages/components/src/styles/components/tag.scss index a13ceffcce7..3b7c84a0453 100644 --- a/packages/components/src/styles/components/tag.scss +++ b/packages/components/src/styles/components/tag.scss @@ -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; }