Skip to content

Commit d9e7c78

Browse files
committed
fix copilot variant focus ring
1 parent 5a3607c commit d9e7c78

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/fluent-theme/src/components/activity/PartGroupingDecorator.module.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -705,12 +705,6 @@
705705
anchor-name: --webchat-flair;
706706
max-width: unset;
707707
}
708-
709-
:global(.webchat__bubble:not(.webchat__bubble--from-user)::after) {
710-
margin-block: var(--webchat-spacingVerticalXS);
711-
outline-offset: 5px;
712-
--webchat-part-grouping__bubble--border-radius: calc(var(--webchat-borderRadius2XLarge) - 8px);
713-
}
714708
}
715709
/* #endregion */
716710

@@ -729,6 +723,12 @@
729723
padding-block: var(--webchat-spacingVerticalS);
730724
padding-inline: var(--webchat-spacingHorizontalS);
731725
}
726+
727+
:global(.webchat__bubble:not(.webchat__bubble--from-user)::after) {
728+
margin-block: var(--webchat-spacingVerticalXS);
729+
outline-offset: 5px;
730+
--webchat-part-grouping__bubble--border-radius: calc(var(--webchat-borderRadius2XLarge) - 8px);
731+
}
732732
}
733733
/* #endregion */
734734

0 commit comments

Comments
 (0)