fix: maintain Semi Design style.

This commit is contained in:
Zhang Dian
2023-06-23 19:07:43 +08:00
parent 6f81fda2cd
commit d1fba5adf1

View File

@@ -290,8 +290,8 @@
<Setter Property="ItemsPresenter.Height" Value="0" />
<Setter Property="ItemsPresenter.Opacity" Value="0" />
</Style>
<Style Selector="^:not(:empty):collapsed /template/ PathIcon#PART_ExpandIcon">
<Setter Property="PathIcon.RenderTransform" Value="rotate(180deg)" />
<Style Selector="^:not(:empty):not(:collapsed) /template/ PathIcon#PART_ExpandIcon">
<Setter Property="PathIcon.RenderTransform" Value="rotate(-180deg)" />
</Style>
<Style Selector="^:empty /template/ PathIcon#PART_ExpandIcon">
<Setter Property="PathIcon.IsVisible" Value="False" />