mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 16:14:59 +00:00
ux: style of tab switch in file histories view
This commit is contained in:
parent
699bfe8208
commit
2346082228
4 changed files with 27 additions and 76 deletions
|
@ -963,7 +963,6 @@
|
|||
</Style>
|
||||
|
||||
<Style Selector="RadioButton.switch_button">
|
||||
<Setter Property="Width" Value="48"/>
|
||||
<Setter Property="Height" Value="24"/>
|
||||
<Setter Property="BorderThickness" Value="0"/>
|
||||
<Setter Property="Background" Value="Transparent"/>
|
||||
|
@ -988,6 +987,12 @@
|
|||
<Style Selector="^:checked Path">
|
||||
<Setter Property="Fill" Value="White"/>
|
||||
</Style>
|
||||
<Style Selector="^ TextBlock">
|
||||
<Setter Property="Foreground" Value="{DynamicResource Brush.FG2}"/>
|
||||
</Style>
|
||||
<Style Selector="^:checked TextBlock">
|
||||
<Setter Property="Foreground" Value="White"/>
|
||||
</Style>
|
||||
</Style>
|
||||
|
||||
<Style Selector="ToggleButton.group_expander">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue