Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵🏾‍♀️ visual changes to review in the Visual Change Report

vr-tests-react-components/CalendarCompat 4 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/CalendarCompat.multiDayView - Dark Mode.default.chromium.png 553 Changed
vr-tests-react-components/CalendarCompat.multiDayView - High Contrast.default.chromium.png 674 Changed
vr-tests-react-components/CalendarCompat.multiDayView.default.chromium.png 391 Changed
vr-tests-react-components/CalendarCompat.multiDayView.default.chromium_1.png 479 Changed
vr-tests-react-components/Charts-DonutChart 1 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/Charts-DonutChart.Dynamic - RTL.default.chromium.png 30793 Changed
vr-tests-react-components/Positioning 2 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/Positioning.Positioning end.chromium.png 913 Changed
vr-tests-react-components/Positioning.Positioning end.updated 2 times.chromium.png 836 Changed
vr-tests-react-components/Skeleton converged 1 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/Skeleton converged.Opaque Skeleton with rectangle - Dark Mode.default.chromium.png 2 Changed
vr-tests-react-components/TagPicker 1 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/TagPicker.disabled - Dark Mode.disabled input hover.chromium.png 659 Changed

There were 2 duplicate changes discarded. Check the build logs for more information.

"type": "patch",
"comment": "Fix previous month button not appearing disabled in WHCM",
"packageName": "@fluentui/react-calendar-compat",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ const useDisabledStyleStyles = makeStyles({
color: tokens.colorNeutralForegroundDisabled,
pointerEvents: 'none',
},
'@media (forced-colors: active)': {
color: 'GrayText',
forcedColorAdjust: 'none',
},
},
});

Expand Down