File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/fluent-theme/src/components/theme Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 650650 font-family : var (--webchat-fontFamilyBase );
651651 font-size : var (--webchat-fontSizeBase300 );
652652 padding : var (--webchat-spacingVerticalNone ) var (--webchat-spacingHorizontalS );
653+ transition : background-color var (--webchat-durationNormal ) var (--webchat-curveDecelerateMid );
653654
654655 & : hover {
655656 background-color : var (--webchat-colorBrandForeground2Hover );
676677 font-family : var (--webchat-fontFamilyBase );
677678 font-size : var (--webchat-fontSizeBase300 );
678679 padding : var (--webchat-spacingVerticalNone ) var (--webchat-spacingHorizontalS );
680+ transition : background-color var (--webchat-durationNormal ) var (--webchat-curveDecelerateMid );
679681
680682 & : hover {
681683 background-color : var (--webchat-colorNeutralBackground1Hover );
You can’t perform that action at this time.
0 commit comments