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.
1 parent 651188b commit 34d7d54Copy full SHA for 34d7d54
src/lib/button/_button-base.scss
@@ -86,10 +86,6 @@ $mat-mini-fab-padding: 8px !default;
86
transition: background $swift-ease-out-duration $swift-ease-out-timing-function,
87
mat-elevation-transition-property-value();
88
89
- &._mat-animation-noopable, &.ng-animate-disabled, .ng-animate-disabled & {
90
- transition: none;
91
- }
92
-
93
&:not([disabled]):active {
94
@include mat-overridable-elevation(8);
95
}
0 commit comments