Skip to content

Commit 0ee2821

Browse files
committed
fixes point 3 and 4
1 parent 5175010 commit 0ee2821

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.AutoSuggestBox.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,7 @@
395395
<Condition Property="IsEnabled" Value="False" />
396396
<Condition Property="wpf:TextFieldAssist.HasFilledTextField" Value="True" />
397397
</MultiTrigger.Conditions>
398-
<Setter TargetName="PART_ClearButton" Property="Opacity" Value="1" />
399-
<Setter TargetName="OuterBorder" Property="Opacity" Value="{x:Static wpf:Constants.TextBoxNotEnabledOpacity}" />
398+
<Setter TargetName="PART_ClearButton" Property="Opacity" Value="{x:Static wpf:Constants.TextBoxNotEnabledOpacity}" />
400399
</MultiTrigger>
401400
<MultiTrigger>
402401
<MultiTrigger.Conditions>

0 commit comments

Comments
 (0)