Skip to content

Commit 5175010

Browse files
committed
apply Opacity to "ContentGrid" when AutoSuggestBoxOutLined style is used so that the ClearButton get the correct opacity
1 parent 588ca12 commit 5175010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@
416416
<Setter TargetName="PART_ContentHost" Property="Opacity" Value="{x:Static wpf:Constants.TextBoxNotEnabledOpacity}" />
417417
<Setter TargetName="PrefixTextBlock" Property="Opacity" Value="{x:Static wpf:Constants.TextBoxNotEnabledOpacity}" />
418418
<Setter TargetName="SuffixTextBlock" Property="Opacity" Value="{x:Static wpf:Constants.TextBoxNotEnabledOpacity}" />
419+
<Setter TargetName="ContentGrid" Property="Opacity" Value="{x:Static wpf:Constants.TextBoxNotEnabledOpacity}" />
419420
</MultiTrigger>
420421

421422
<!-- IsKeyboardFocused -->

0 commit comments

Comments
 (0)