Skip to content

Commit 7ec230d

Browse files
authored
Fix 1524 (#2910)
This increased the opacity of the selected but unfocused state of list box items so that it is more visible
1 parent e92f7de commit 7ec230d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.ListBox.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<Storyboard>
273273
<DoubleAnimation Storyboard.TargetName="SelectedBorder"
274274
Storyboard.TargetProperty="Opacity"
275-
To="0.03" Duration="0"/>
275+
To="0.09" Duration="0"/>
276276
</Storyboard>
277277
</VisualState>
278278
</VisualStateGroup>

0 commit comments

Comments
 (0)