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