Skip to content

Commit

Permalink
fix(material/expansion): fix header border in high contrast mode (#23613
Browse files Browse the repository at this point in the history
)

Add a border between the header and its content when in high contrast mode.

(cherry picked from commit d13b8ea)
  • Loading branch information
zarend authored and amysorto committed Sep 27, 2021
1 parent 5f9c9d4 commit 1c26ae8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/material/expansion/expansion-panel-header.scss
Expand Up @@ -92,4 +92,9 @@
content: '';
}
}
.mat-expansion-panel-content {
border-top: 1px solid;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}

0 comments on commit 1c26ae8

Please sign in to comment.