remove unused

This commit is contained in:
seraphima
2024-06-05 19:10:23 +02:00
parent 3dea02a981
commit cdb40a91fa
2 changed files with 0 additions and 46 deletions

View File

@@ -32,29 +32,6 @@
</Setter.Value> </Setter.Value>
</Setter> </Setter>
</Style> </Style>
<Style x:Key="CancelButtonStyle" TargetType="Button">
<Setter Property="Background" Value="#9d0808" />
<Setter Property="BorderBrush" Value="#FF262E34"/>
<Setter Property="Foreground" Value="{DynamicResource AccentButtonForeground}"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Button}">
<Border Background="{TemplateBinding Background}" BorderBrush="#FF262E34" BorderThickness="1">
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" Value="#ec4d37"/>
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="Background" Value="#9d0808"/>
</Trigger>
</Style.Triggers>
</Style>
</Page.Resources> </Page.Resources>
<Grid> <Grid>

View File

@@ -45,29 +45,6 @@
</Setter.Value> </Setter.Value>
</Setter> </Setter>
</Style> </Style>
<Style x:Key="CancelButtonStyle" TargetType="Button">
<Setter Property="Background" Value="#9d0808" />
<Setter Property="BorderBrush" Value="#FF262E34"/>
<Setter Property="Foreground" Value="{DynamicResource AccentButtonForeground}"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Button}">
<Border Background="{TemplateBinding Background}" BorderBrush="#FF262E34" BorderThickness="1">
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" Value="#ec4d37"/>
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="Background" Value="#9d0808"/>
</Trigger>
</Style.Triggers>
</Style>
<DataTemplate x:Key="headerTemplate"> <DataTemplate x:Key="headerTemplate">
<Border> <Border>
<TextBlock <TextBlock