|
@@ -98,6 +98,7 @@
|
|
|
Background="{TemplateBinding Panel.Background}"
|
|
|
BorderBrush="{TemplateBinding Border.BorderBrush}"
|
|
|
BorderThickness="{TemplateBinding Border.BorderThickness}"
|
|
|
+ CornerRadius="{StaticResource border-radius.4}"
|
|
|
SnapsToDevicePixels="True">
|
|
|
<Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
@@ -158,7 +159,7 @@
|
|
|
<Condition Property="Selector.IsSelected" Value="True" />
|
|
|
</MultiTrigger.Conditions>
|
|
|
<Setter TargetName="Bd" Property="Panel.Background" Value="{StaticResource color.item-state.sel.bg.lv3}" />
|
|
|
- <!--<Setter TargetName="Bd" Property="Border.BorderBrush" Value="#1A477EDE" />-->
|
|
|
+ <Setter TargetName="Bd" Property="Border.BorderBrush" Value="{StaticResource color.item-state.sel.border.lv3}" />
|
|
|
<!--<Setter TargetName="SelectedIcon" Property="Grid.Visibility" Value="Visible" />-->
|
|
|
</MultiTrigger>
|
|
|
<MultiTrigger>
|
|
@@ -167,7 +168,7 @@
|
|
|
<Condition Property="Selector.IsSelected" Value="True" />
|
|
|
</MultiTrigger.Conditions>
|
|
|
<Setter TargetName="Bd" Property="Panel.Background" Value="{StaticResource color.item-state.sel.bg.lv3}" />
|
|
|
- <!--<Setter TargetName="Bd" Property="Border.BorderBrush" Value="#1A477EDE" />-->
|
|
|
+ <Setter TargetName="Bd" Property="Border.BorderBrush" Value="{StaticResource color.item-state.sel.border.lv3}" />
|
|
|
<!--<Setter TargetName="SelectedIcon" Property="Grid.Visibility" Value="Visible" />-->
|
|
|
</MultiTrigger>
|
|
|
<Trigger Property="UIElement.IsEnabled" Value="False">
|