mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
style<PageTabBar>: transparent background for scroller
This commit is contained in:
parent
e56a267fc8
commit
9e0a5fc860
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue