Skip to content

Commit a1ad730

Browse files
committed
fix(mdc/expansion-panel): add bottom border to header in high contrast mode
1 parent f282bd6 commit a1ad730

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,9 @@
9292
content: '';
9393
}
9494
}
95+
.mat-expansion-panel-header {
96+
border-bottom: 1px solid;
97+
border-bottom-left-radius: 0px;
98+
border-bottom-right-radius: 0px;
99+
}
95100
}

0 commit comments

Comments
 (0)