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 7bc8670 commit ac8ed31Copy full SHA for ac8ed31
src/lib/expansion/expansion-panel.scss
@@ -5,13 +5,13 @@
5
.mat-expansion-panel {
6
$border-radius: 4px;
7
8
- @include mat-elevation-transition;
9
@include mat-overridable-elevation(2);
10
box-sizing: content-box;
11
display: block;
12
margin: 0;
13
- transition: margin 225ms $mat-fast-out-slow-in-timing-function;
14
border-radius: $border-radius;
+ transition: margin 225ms $mat-fast-out-slow-in-timing-function,
+ mat-elevation-transition-property-value();
15
16
.mat-accordion & {
17
&:not(.mat-expanded), &:not(.mat-expansion-panel-spacing) {
0 commit comments