mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-23 01:36:57 -08:00
fix: selected color in TreeDataGrid not updated after system accent color changed
This commit is contained in:
parent
51e05dcddc
commit
c53aad7142
1 changed files with 3 additions and 0 deletions
|
@ -1306,6 +1306,9 @@
|
|||
</Style>
|
||||
|
||||
<Style Selector="TreeDataGridRow">
|
||||
<Style.Resources>
|
||||
<SolidColorBrush x:Key="TreeDataGridSelectedCellBackgroundBrush" Color="{DynamicResource SystemAccentColor}" Opacity="0.4" />
|
||||
</Style.Resources>
|
||||
<Setter Property="Background" Value="Transparent"/>
|
||||
</Style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue