Skip to content

Commit ea11a32

Browse files
committed
Merge branch 'master' of https://github.com/Imhotebkin/MaterialDesignInXamlToolkit into Imhotebkin-master
2 parents a670e7d + cf20d72 commit ea11a32

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.ListBox.xaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@
6565
</Storyboard>
6666
</VisualState>
6767
<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>
6875
</VisualStateGroup>
6976
</VisualStateManager.VisualStateGroups>
7077
<Grid>

0 commit comments

Comments
 (0)