From 13a5d8b613ecd1a392f3b127221d958001b19a85 Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 29 Oct 2024 00:11:21 +0000 Subject: [PATCH] Fix nits --- packages/fluent-theme/src/components/theme/Theme.module.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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);