Skip to content

Commit

Permalink
(fix) RTL styles for Accordion (#915)
Browse files Browse the repository at this point in the history
* (fix) RTL styles for Accordion

* (fix) RTL styles for Accordion #2

* (fix) RTL styles for Accordion #3
  • Loading branch information
irafishbein authored and alisonjoseph committed Jun 21, 2018
1 parent 3354ae2 commit a6500e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
padding: $spacing-2xs $spacing-3xs $spacing-2xs $spacing-2xs;
margin: $accordion-arrow-margin;
fill: $ui-05;
transform: rotate(0) /*rtl:rotate(180deg)*/;
}

.#{$prefix}--accordion__title {
Expand Down Expand Up @@ -96,6 +97,7 @@
}

.#{$prefix}--accordion__arrow {
/*rtl:ignore*/
transform: rotate(90deg);
fill: $brand-01;
}
Expand Down

0 comments on commit a6500e4

Please sign in to comment.