Skip to content

Commit 93b3d26

Browse files
authored
Merge pull request #698 from Keboo/fix605
Removing Disabled visual state.
2 parents d4b3a95 + 83c0c30 commit 93b3d26

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Calendar.xaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@
158158
<DoubleAnimation Duration="0" To="0.5" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="HighlightBackground"/>
159159
</Storyboard>
160160
</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>
167161
</VisualStateGroup>
168162
<VisualStateGroup x:Name="SelectionStates">
169163
<VisualStateGroup.Transitions>

0 commit comments

Comments
 (0)