Skip to content

Commit

Permalink
Merge pull request #2641 from Nexus-Mods/modfile-row-color-fix
Browse files Browse the repository at this point in the history
Fixes Mod files no longer having darker row colors
  • Loading branch information
insomnious authored Feb 13, 2025
2 parents 742a8c8 + 9c78c47 commit dca3103
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<Style Selector="TreeDataGrid">
<!-- <Setter Property="Background" Value="{StaticResource BrandTranslucentDark300Brush}" /> -->
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Background" Value="{StaticResource SurfaceLowBrush}" />


<Style Selector="^ /template/ Border#ColumnHeadersPresenterBorder">
Expand Down Expand Up @@ -227,7 +228,9 @@

<Setter Property="Height" Value="52" />
<Setter Property="ClipToBounds" Value="False" />
<Setter Property="Background" Value="{StaticResource BrandTranslucentDark300Brush}" />


<!-- needed to override the default coloring of this element -->
<Style Selector="^:selected /template/ TreeDataGridCellsPresenter#PART_CellsPresenter">
<Setter Property="Background" Value="{x:Null}" />
Expand Down

0 comments on commit dca3103

Please sign in to comment.