We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d63dae commit a619999Copy full SHA for a619999
components/SettingsControls/src/SettingsCard/SettingsCard.xaml
@@ -463,6 +463,7 @@
463
Background="{TemplateBinding Background}"
464
BorderBrush="{TemplateBinding BorderBrush}"
465
BorderThickness="{TemplateBinding BorderThickness}"
466
+ Control.IsTemplateFocusTarget="True"
467
CornerRadius="{TemplateBinding CornerRadius}">
468
<VisualStateManager.VisualStateGroups>
469
<VisualStateGroup x:Name="CommonStates">
@@ -964,7 +965,6 @@
964
965
Grid.ColumnSpan="3"
966
Margin="0,5"
967
Background="{ThemeResource ToggleSwitchContainerBackground}"
- Control.IsTemplateFocusTarget="True"
968
CornerRadius="{TemplateBinding CornerRadius}" />
969
<ContentPresenter x:Name="OffContentPresenter"
970
Grid.RowSpan="3"
0 commit comments