style<PageTabBar>: transparent background for scroller

This commit is contained in:
leo 2023-07-19 14:22:21 +08:00
parent e56a267fc8
commit 9e0a5fc860

View file

@ -30,7 +30,7 @@
x:Name="leftScroller" x:Name="leftScroller"
Click="ScrollLeft" Click="ScrollLeft"
Width="18" Width="18"
HoverBackground="{DynamicResource Brush.TabButtonHover}" HoverBackground="Transparent"
BorderThickness="0" BorderThickness="0"
Icon="{StaticResource Icon.ScrollLeft}" Icon="{StaticResource Icon.ScrollLeft}"
WindowChrome.IsHitTestVisibleInChrome="True" WindowChrome.IsHitTestVisibleInChrome="True"
@ -153,7 +153,7 @@
x:Name="rightScroller" x:Name="rightScroller"
Click="ScrollRight" Click="ScrollRight"
Width="18" Width="18"
HoverBackground="{DynamicResource Brush.TabButtonHover}" HoverBackground="Transparent"
BorderThickness="0" BorderThickness="0"
Icon="{StaticResource Icon.ScrollRight}" Icon="{StaticResource Icon.ScrollRight}"
WindowChrome.IsHitTestVisibleInChrome="True" WindowChrome.IsHitTestVisibleInChrome="True"