We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306662c commit ee8871dCopy full SHA for ee8871d
1 file changed
Snyk.VisualStudio.Extension.Shared/UI/Tree/SnykFilterableTree.xaml
@@ -43,8 +43,8 @@
43
<Style.Resources>
44
<!-- Make selected items background stay the same color (but different opacity) when focus is lost -->
45
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}"
46
- Color="{DynamicResource TreeViewColors.SelectedItemInactiveBrushKey}"
47
- Opacity="0.8"/>
+ Color="{DynamicResource {x:Static SystemColors.HighlightColorKey}}"
+ Opacity="0.4"/>
48
</Style.Resources>
49
50
<!-- Set tree items to expand by default -->
0 commit comments