We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19a114 commit 7394a67Copy full SHA for 7394a67
src/WinUI.Dock/Themes/Styles.xaml
@@ -708,7 +708,7 @@
708
IsHitTestVisible="False">
709
<Grid x:Name="Overlay"
710
Margin="0,0,0,4"
711
- Background="{ThemeResource TabViewItemHeaderBackground}"
+ Background="Transparent"
712
BorderBrush="{TemplateBinding BorderBrush}"
713
BorderThickness="{ThemeResource TabViewSelectedItemBorderThickness}"
714
CornerRadius="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=CornerRadius, Converter={StaticResource TopCornerRadiusFilterConverter}}"
0 commit comments