Skip to content

Commit

Permalink
Fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
OEvgeny committed Oct 29, 2024
1 parent f353d7c commit 13a5d8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/fluent-theme/src/components/theme/Theme.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 13a5d8b

Please sign in to comment.