We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4b3a95 + 83c0c30 commit 93b3d26Copy full SHA for 93b3d26
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Calendar.xaml
@@ -158,12 +158,6 @@
158
<DoubleAnimation Duration="0" To="0.5" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="HighlightBackground"/>
159
</Storyboard>
160
</VisualState>
161
- <VisualState x:Name="Disabled">
162
- <Storyboard>
163
- <DoubleAnimation Duration="0" To="0" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="HighlightBackground"/>
164
- <DoubleAnimation Duration="0" To=".35" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="NormalText"/>
165
- </Storyboard>
166
- </VisualState>
167
</VisualStateGroup>
168
<VisualStateGroup x:Name="SelectionStates">
169
<VisualStateGroup.Transitions>
0 commit comments