Skip to content

Commit 6341c42

Browse files
committed
fix: #4297 use correct opacity for disabled color picker
1 parent 62e5e7b commit 6341c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MahApps.Metro/Themes/ColorPicker/ColorPicker.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
BorderThickness="{TemplateBinding BorderThickness}"
305305
CornerRadius="{TemplateBinding mah:ControlsHelper.CornerRadius}"
306306
IsHitTestVisible="False"
307-
Opacity="0.6"
307+
Opacity="0"
308308
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
309309
Visibility="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=(mah:ControlsHelper.DisabledVisualElementVisibility), Mode=OneWay}" />
310310

0 commit comments

Comments
 (0)