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 7031db0 commit ef65457Copy full SHA for ef65457
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Card.xaml
@@ -35,6 +35,7 @@
35
<Setter Property="Background" Value="{DynamicResource MaterialDesignCardBackground}" />
36
<Setter Property="VerticalAlignment" Value="Top" />
37
<Setter Property="wpf:ShadowAssist.ShadowDepth" Value="Depth2" />
38
+ <Setter Property="Focusable" Value="False"/>
39
</Style>
40
41
</ResourceDictionary>
0 commit comments