style(Dashboard): remove line between tab and toolbar when using light theme

This commit is contained in:
leo 2020-08-06 10:21:30 +08:00
parent 4d3a0a45cb
commit ba2063f956

View file

@ -31,14 +31,14 @@
</Grid.RowDefinitions> </Grid.RowDefinitions>
<!-- TitleBar --> <!-- TitleBar -->
<Grid Grid.Row="0" Panel.ZIndex="9999"> <Grid Grid.Row="0" Panel.ZIndex="100">
<Border Background="{StaticResource Brush.BG1}"> <Border Background="{StaticResource Brush.BG1}" Margin="0,2,0,0">
<Border.Effect> <Border.Effect>
<DropShadowEffect ShadowDepth="2" Direction="270" Opacity=".5" Color="Black"/> <DropShadowEffect ShadowDepth="2" Direction="270" Opacity=".5" Color="Black"/>
</Border.Effect> </Border.Effect>
</Border> </Border>
<Grid> <Grid Background="{StaticResource Brush.BG1}">
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/> <ColumnDefinition Width="*"/>
<ColumnDefinition Width="Auto"/> <ColumnDefinition Width="Auto"/>