Skip to content

Commit de65a19

Browse files
committed
Fix collapsible grouping focus ring
1 parent d9e7c78 commit de65a19

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/fluent-theme/src/components/theme/Theme.module.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,13 @@
395395
inset: -2px -4px;
396396
}
397397
}
398+
/* Transcript focused content copilot variant */
399+
:global(.webchat-fluent).theme.variant-copilot
400+
:global(.transcript-focus-area:focus-visible .transcript-focus-area__content--focused) {
401+
:global(.collapsible-grouping)::after {
402+
inset: -4px;
403+
}
404+
}
398405

399406
/* Transcript filer in copilot, copilot-deprecated variants */
400407
:global(.webchat-fluent).theme.variant-copilot :global(.webchat__basic-transcript .webchat__basic-transcript__filler),

0 commit comments

Comments
 (0)