Skip to content

Commit 087d3e2

Browse files
committed
fix(material/expansion): fix header border in high contrast mode
Add a border between the header and its content when in high contrast mode.
1 parent f466a2b commit 087d3e2

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-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)