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 a7c1bc3 commit a7e0655Copy full SHA for a7e0655
MaterialDesignThemes.Wpf/Themes/Generic.xaml
@@ -851,8 +851,8 @@
851
</Style>
852
853
<Style TargetType="{x:Type transitions:TransitioningContentBase}">
854
- <Setter Property="KeyboardNavigation.IsTabStop" Value="False"/>
855
- <Setter Property="Template">
+ <Setter Property="KeyboardNavigation.IsTabStop" Value="False"/>
+ <Setter Property="Template">
856
<Setter.Value>
857
<ControlTemplate TargetType="{x:Type transitions:TransitioningContentBase}">
858
<Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}"
0 commit comments