Skip to content

Commit b3a0de9

Browse files
josephperrottjelbourn
authored andcommitted
chore(expansion): revert pull #9313 (#9580)
1 parent fa4ddd0 commit b3a0de9

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/lib/expansion/expansion-animations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ export const matExpansionAnimations: {
3535
state('collapsed', style({
3636
height: '{{collapsedHeight}}',
3737
}), {
38-
params: {collapsedHeight: '*'},
38+
params: {collapsedHeight: '48px'},
3939
}),
4040
state('expanded', style({
4141
height: '{{expandedHeight}}'
4242
}), {
43-
params: {expandedHeight: '*'}
43+
params: {expandedHeight: '64px'}
4444
}),
4545
transition('expanded <=> collapsed', animate(EXPANSION_PANEL_ANIMATION_TIMING)),
4646
]),

src/lib/expansion/expansion-panel-header.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22
.mat-expansion-panel-header {
33
display: flex;
44
flex-direction: row;
5-
height: 48px;
65
align-items: center;
76
padding: 0 24px;
87

9-
&.mat-expanded {
10-
height: 64px;
11-
}
12-
138
&:focus,
149
&:hover {
1510
outline: none;

0 commit comments

Comments
 (0)