File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/Classic.Avalonia.Theme Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <AvaloniaVersion >11.2.0</AvaloniaVersion >
5- <ClassicAvaloniaVersion >11.2.0.1 </ClassicAvaloniaVersion >
5+ <ClassicAvaloniaVersion >11.2.0.2 </ClassicAvaloniaVersion >
66 <DockVersion >11.2.0</DockVersion >
77 </PropertyGroup >
88</Project >
Original file line number Diff line number Diff line change 5555 <Style Selector =" MenuItem:disabled common|IconRenderer" >
5656 <Setter Property =" IconStyle" Value =" Disabled" />
5757 </Style >
58+
59+ <!-- somehow the shadow color is always black (resource key not found) when the style below was directly in ControlTheme of MenuItem -->
60+ <Style Selector =" MenuItem:disabled /template/ TextBlock#PART_InputGestureText" >
61+ <Setter Property =" Effect" >
62+ <DropShadowEffect OffsetX =" 1" OffsetY =" 1" Color =" {DynamicResource {x:Static common:SystemColors.ControlLightLightColorKey}}" BlurRadius =" 0" Opacity =" 1" />
63+ </Setter >
64+ </Style >
5865</Styles >
You can’t perform that action at this time.
0 commit comments