Skip to content
Merged
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
Expand Up @@ -96,7 +96,7 @@
Title="Control Alt Fill"
Background="{DynamicResource SolidBackgroundFillColorQuarternaryBrush}"
Description="Fill used for the 'off' states of toggle controls">
<CheckBox Focusable="False" AutomationProperties.Name="Control Alt Fill"/>
<CheckBox AutomationProperties.Name="Control Alt Fill"/>
</controls:ColorPageExample>
<Border Style="{StaticResource ColorTilesPanelStyle}" Margin="0,8"><Grid>
<Grid.ColumnDefinitions>
Expand Down Expand Up @@ -156,7 +156,6 @@
Background="{DynamicResource SolidBackgroundFillColorQuarternaryBrush}"
Description="Fills used for Sliders thumb control to cover the track beneath it.">
<Slider
Focusable="False"
MinWidth="240"
Maximum="100"
Value="40" />
Expand All @@ -183,7 +182,6 @@
Background="{DynamicResource SolidBackgroundFillColorQuarternaryBrush}"
Description="Used for controls that must meet contrast ratio requirements of 3:1.">
<ScrollBar
Focusable="False"
Width="200"
Height="20"
Orientation="Horizontal"
Expand Down
Loading