fix: maintain Semi Design style.
This commit is contained in:
@@ -290,8 +290,8 @@
|
|||||||
<Setter Property="ItemsPresenter.Height" Value="0" />
|
<Setter Property="ItemsPresenter.Height" Value="0" />
|
||||||
<Setter Property="ItemsPresenter.Opacity" Value="0" />
|
<Setter Property="ItemsPresenter.Opacity" Value="0" />
|
||||||
</Style>
|
</Style>
|
||||||
<Style Selector="^:not(:empty):collapsed /template/ PathIcon#PART_ExpandIcon">
|
<Style Selector="^:not(:empty):not(:collapsed) /template/ PathIcon#PART_ExpandIcon">
|
||||||
<Setter Property="PathIcon.RenderTransform" Value="rotate(180deg)" />
|
<Setter Property="PathIcon.RenderTransform" Value="rotate(-180deg)" />
|
||||||
</Style>
|
</Style>
|
||||||
<Style Selector="^:empty /template/ PathIcon#PART_ExpandIcon">
|
<Style Selector="^:empty /template/ PathIcon#PART_ExpandIcon">
|
||||||
<Setter Property="PathIcon.IsVisible" Value="False" />
|
<Setter Property="PathIcon.IsVisible" Value="False" />
|
||||||
|
|||||||
Reference in New Issue
Block a user