Skip to content

Commit

Permalink
Merge pull request #18 from B-3PO/Features/Issues/#12
Browse files Browse the repository at this point in the history
fix icon rotation to align with spec
  • Loading branch information
B-3PO authored Aug 6, 2016
2 parents 1c724b0 + b8a99d7 commit 9ab6edd
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 9ab6edd

Please sign in to comment.