Skip to content

Commit

Permalink
元の breadcumb を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Nov 3, 2023
1 parent b34a083 commit d62881a
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions src/Beutl/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,61 +69,6 @@
<Setter Property="FontWeight" Value="SemiBold" />
</Style>

<Style Selector="Button.breadcrumb">
<Setter Property="FontFamily" Value="XamlAutoFontFamily" />
<Setter Property="FontSize" Value="24" />
<Setter Property="FontWeight" Value="SemiBold" />
<Setter Property="TextBlock.TextTrimming" Value="CharacterEllipsis" />
<Setter Property="TextBlock.TextWrapping" Value="Wrap" />
<Setter Property="Padding" Value="0" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="BorderBrush" Value="Transparent" />
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Foreground" Value="{DynamicResource ButtonForegroundPressed}" />

<Style Selector="^ /template/ ContentPresenter#PART_ContentPresenter">
<Setter Property="Transitions">
<Transitions />
</Setter>
</Style>

<Style Selector="^:pointerover /template/ ui|FABorder#Root">
<Setter Property="BorderBrush" Value="Transparent" />
<Setter Property="Background" Value="Transparent" />
</Style>
<Style Selector="^:pointerover /template/ ContentPresenter#PART_ContentPresenter">
<Setter Property="Foreground" Value="{DynamicResource ButtonForeground}" />
</Style>

<Style Selector="^:pressed /template/ ui|FABorder#Root">
<Setter Property="Background" Value="Transparent" />
</Style>
<Style Selector="^:pressed /template/ ContentPresenter#PART_ContentPresenter">
<Setter Property="Foreground" Value="{DynamicResource ButtonForeground}" />
<Setter Property="Opacity" Value="0.5" />
</Style>
</Style>

<Style Selector="Label.breadcrumb">
<Setter Property="FontFamily" Value="{DynamicResource SymbolThemeFontFamily}" />
<Setter Property="FontSize" Value="16" />
<Setter Property="FontWeight" Value="SemiBold" />
<Setter Property="TextBlock.TextTrimming" Value="CharacterEllipsis" />
<Setter Property="TextBlock.TextWrapping" Value="Wrap" />
<Setter Property="VerticalAlignment" Value="Center" />
<Setter Property="Content" Value="&#xE974;" />
</Style>

<Style Selector="TextBlock.breadcrumb">
<Setter Property="FontFamily" Value="{DynamicResource XamlAutoFontFamily}" />
<Setter Property="FontSize" Value="24" />
<Setter Property="FontWeight" Value="SemiBold" />
<Setter Property="TextBlock.TextTrimming" Value="CharacterEllipsis" />
<Setter Property="TextBlock.TextWrapping" Value="Wrap" />
<Setter Property="VerticalAlignment" Value="Center" />
<Setter Property="ClipToBounds" Value="False" />
</Style>

<Style Selector="TextBox">
<Setter Property="(TextBoxAttachment.EnterDownBehavior)" Value="Auto" />
</Style>
Expand Down

0 comments on commit d62881a

Please sign in to comment.