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 4514d9f commit cf20d72Copy full SHA for cf20d72
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.ListBox.xaml
@@ -65,6 +65,13 @@
65
</Storyboard>
66
</VisualState>
67
<VisualState Name="Unselected"/>
68
+ <VisualState Name="SelectedUnfocused">
69
+ <Storyboard>
70
+ <DoubleAnimation Storyboard.TargetName="SelectedBorder"
71
+ Storyboard.TargetProperty="Opacity"
72
+ To="0.03" Duration="0"/>
73
+ </Storyboard>
74
+ </VisualState>
75
</VisualStateGroup>
76
</VisualStateManager.VisualStateGroups>
77
<Grid>
0 commit comments