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 d0e61b2 commit 3a65d05Copy full SHA for 3a65d05
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Chip.xaml
@@ -100,6 +100,7 @@
100
Foreground="{TemplateBinding IconForeground}"
101
FontSize="17"
102
FontWeight="Regular"
103
+ IsTabStop="False"
104
Visibility="{TemplateBinding Icon, Converter={StaticResource NullableToVisibilityConverter}}"
105
VerticalAlignment="Center"
106
VerticalContentAlignment="Center"
@@ -123,6 +124,7 @@
123
124
ContentTemplateSelector="{TemplateBinding ContentTemplateSelector}"
125
ContentStringFormat="{TemplateBinding ContentTemplateSelector}"
126
x:Name="TextBlock"
127
128
129
Margin="8 0 12 0"
130
Grid.Column="1"/>
0 commit comments