Skip to content

Commit 1c26ae8

Browse files
zarendamysorto
authored andcommitted
fix(material/expansion): fix header border in high contrast mode (#23613)
Add a border between the header and its content when in high contrast mode. (cherry picked from commit d13b8ea)
1 parent 5f9c9d4 commit 1c26ae8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

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

0 commit comments

Comments
 (0)