We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e7c78 commit de65a19Copy full SHA for de65a19
1 file changed
packages/fluent-theme/src/components/theme/Theme.module.css
@@ -395,6 +395,13 @@
395
inset: -2px -4px;
396
}
397
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
+}
405
406
/* Transcript filer in copilot, copilot-deprecated variants */
407
:global(.webchat-fluent).theme.variant-copilot :global(.webchat__basic-transcript .webchat__basic-transcript__filler),
0 commit comments