File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 220
220
<Condition Property =" IsSelected" Value =" True" />
221
221
<Condition Property =" IsSelectionActive" Value =" False" />
222
222
</MultiTrigger .Conditions>
223
- <Setter Property =" BorderBrush" Value =" LightGray " />
223
+ <Setter Property =" BorderBrush" Value =" {StaticResource HighlightInactiveBorderBrush} " />
224
224
</MultiTrigger >
225
225
</Style .Triggers>
226
226
<Style .Resources>
Original file line number Diff line number Diff line change 62
62
<Condition Property =" IsSelected" Value =" True" />
63
63
<Condition Property =" IsSelectionActive" Value =" False" />
64
64
</MultiTrigger .Conditions>
65
- <Setter Property =" BorderBrush" Value =" LightGray " />
65
+ <Setter Property =" BorderBrush" Value =" {StaticResource HighlightInactiveBorderBrush} " />
66
66
</MultiTrigger >
67
67
</Style .Triggers>
68
68
<Style .Resources>
Original file line number Diff line number Diff line change 26
26
<Condition Property =" IsSelected" Value =" True" />
27
27
<Condition Property =" IsSelectionActive" Value =" False" />
28
28
</MultiTrigger .Conditions>
29
- <Setter Property =" BorderBrush" Value =" LightGray " />
29
+ <Setter Property =" BorderBrush" Value =" {StaticResource HighlightInactiveBorderBrush} " />
30
30
</MultiTrigger >
31
31
</Style .Triggers>
32
32
<Style .Resources>
Original file line number Diff line number Diff line change 30
30
<Color x : Key =" GreenButtonMouseOverColor" >#FF61D156</Color >
31
31
<Color x : Key =" HighlightBorderColor" >#80DADADA</Color >
32
32
<Color x : Key =" HighlightBackgroundColor" >#210080FF</Color >
33
+ <Color x : Key =" HighlightInactiveBorderColor" >#FFD3D3D3</Color >
33
34
<Color x : Key =" GlyphPanelHighlightBorderColor" >#90006CD9</Color >
34
35
<Color x : Key =" GlyphPanelHighlightBackgroundColor" >#90006CD9</Color >
35
36
<Color x : Key =" ExpanderBorderColor" >#FFA9A9A9</Color >
55
56
<SolidColorBrush x : Key =" GreenButtonMouseOverBrush" Color =" {StaticResource GreenButtonMouseOverColor}" />
56
57
<SolidColorBrush x : Key =" HighlightBorderBrush" Color =" {StaticResource HighlightBorderColor}" />
57
58
<SolidColorBrush x : Key =" HighlightBackgroundBrush" Color =" {StaticResource HighlightBackgroundColor}" />
59
+ <SolidColorBrush x : Key =" HighlightInactiveBorderBrush" Color =" {StaticResource HighlightInactiveBorderColor}" />
58
60
<SolidColorBrush x : Key =" GlyphPanelHighlightBorderBrush" Color =" {StaticResource HighlightBorderColor}" />
59
61
<SolidColorBrush x : Key =" GlyphPanelHighlightBackgroundBrush" Color =" {StaticResource HighlightBackgroundColor}" />
60
62
<SolidColorBrush x : Key =" ExpanderBackgroundBrush" Color =" {StaticResource ExpanderBackgroundColor}" />
126
128
<Condition Property =" IsSelected" Value =" True" />
127
129
<Condition Property =" Selector.IsSelectionActive" Value =" False" />
128
130
</MultiTrigger .Conditions>
129
- <Setter Property =" BorderBrush" Value =" LightGray " />
131
+ <Setter Property =" BorderBrush" Value =" {StaticResource HighlightInactiveBorderBrush} " />
130
132
<Setter Property =" Background" Value =" {DynamicResource {x:Static SystemColors.InactiveSelectionHighlightBrushKey}}" />
131
133
</MultiTrigger >
132
134
</Style .Triggers>
You can’t perform that action at this time.
0 commit comments