Skip to content

Commit a0b7079

Browse files
authored
Code Quality: Fixed tab navigation in ThemedIcon control (#15936)
1 parent 3059fb5 commit a0b7079

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Files.App.Controls/ThemedIcon/ThemedIcon.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
<Style x:Key="DefaultThemedIconStyle" TargetType="local:ThemedIcon">
88

9+
<Setter Property="IsTabStop" Value="False" />
10+
911
<Setter Property="IconSize" Value="16" />
1012

1113
<Setter Property="OutlineIconData" Value="M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8Z" />

src/Files.App.Controls/ThemedIcon/ThemedIconLayer/ThemedIconLayer.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<Style x:Key="DefaultThemedIconLayerStyle" TargetType="local:ThemedIconLayer">
88
<Setter Property="Foreground" Value="{ThemeResource ThemedIconAccentContrastBrush}" />
9+
<Setter Property="IsTabStop" Value="False" />
910
<Setter Property="Template">
1011
<Setter.Value>
1112
<ControlTemplate TargetType="local:ThemedIconLayer">

0 commit comments

Comments
 (0)