Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Material.Styles/Resources/Themes/ComboBox.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
BorderBrush="Transparent"
BorderThickness="0">
<Path Name="arrow"
Width="8" Height="8"
Width="8" Height="4"
Stretch="Uniform"
HorizontalAlignment="Right"
VerticalAlignment="Center"
Expand Down Expand Up @@ -223,7 +223,7 @@
BorderBrush="Transparent"
BorderThickness="0">
<Path Name="arrow"
Width="8" Height="8"
Width="8" Height="4"
Stretch="Uniform"
HorizontalAlignment="Right"
VerticalAlignment="Center"
Expand Down Expand Up @@ -333,7 +333,7 @@
BorderBrush="Transparent"
BorderThickness="0">
<Path Name="arrow"
Width="8" Height="8"
Width="8" Height="4"
Stretch="Uniform"
HorizontalAlignment="Right"
VerticalAlignment="Center"
Expand Down Expand Up @@ -386,7 +386,7 @@
<ThicknessTransition Duration="0:0:0.25" Property="BorderThickness" Easing="CircularEaseOut" />
</Transitions>
</Setter>
</Style>
</Style>

<Style Selector="^ /template/ Grid#PART_RootBorder">
<Setter Property="MinHeight" Value="52" />
Expand All @@ -413,7 +413,7 @@
<Setter Property="BorderBrush" Value="{DynamicResource MaterialPrimaryMidBrush}" />
<Setter Property="BorderThickness" Value="2" />
<Style Selector="^ /template/ TextBlock#floatingWatermark">
<Setter Property="Foreground" Value="{DynamicResource MaterialPrimaryMidBrush}"/>
<Setter Property="Foreground" Value="{DynamicResource MaterialPrimaryMidBrush}" />
</Style>
</Style>

Expand All @@ -428,7 +428,7 @@
<Setter Property="Margin" Value="6,8,6,0" />
</Style>
<Style Selector="^.dense:focus-within /template/ TextBlock#floatingWatermark">
<Setter Property="Margin" Value="0,2"/>
<Setter Property="Margin" Value="0,2" />
</Style>

</ControlTheme>
Expand Down