diff --git a/packages/fluent-theme/src/components/theme/Theme.module.css b/packages/fluent-theme/src/components/theme/Theme.module.css index 340d42d201..bd88b9edd4 100644 --- a/packages/fluent-theme/src/components/theme/Theme.module.css +++ b/packages/fluent-theme/src/components/theme/Theme.module.css @@ -222,7 +222,7 @@ padding-inline-start: var(--webchat-spacingHorizontalMNudge); } -/* Transcript scrollable */ +/* Scrollbars */ :global(.webchat-fluent).theme :global(.webchat__basic-transcript .webchat__basic-transcript__scrollable), :global(.webchat-fluent).theme :global(.webchat__view-code-dialog__code-body) { /* Edge uses -webkit-scrollbar if scrollbar-* is not set */ @@ -480,10 +480,6 @@ --webchat__code-block--background: var(--codeBlockBackground, var(--webchat-colorGrey8)); } - :global(.webchat__view-code-dialog__code-body > pre) { - outline: none; - } - :global(.webchat__view-code-dialog__footer) { color: var(--webchat-colorNeutralForeground4); font-size: var(--webchat-fontSizeBase100);