Skip to content

Commit

Permalink
fix icon rotation to align with spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rubin authored and Ben Rubin committed Aug 6, 2016
1 parent 3bea928 commit b8a99d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/expansionPanels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ md-expansion-panel {
}

.md-expansion-panel-icon {
transform: rotate(90deg);
&:first-child {
margin-right: 18px;
}
Expand All @@ -242,7 +243,7 @@ md-expansion-panel {

&.md-open {
.md-expansion-panel-icon {
transform: rotate(90deg);
transform: rotate(-90deg);
}
}
}
Expand Down

0 comments on commit b8a99d7

Please sign in to comment.