Skip to content

Commit

Permalink
(fix) RTL styles for Accordion carbon-design-system#2
Browse files Browse the repository at this point in the history
  • Loading branch information
ira committed Jun 20, 2018
1 parent bfb3737 commit d60d004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
padding: $spacing-2xs $spacing-3xs $spacing-2xs $spacing-2xs;
margin: $accordion-arrow-margin;
fill: $ui-05;
transform: rotate(0)/*rtl:180deg*/;
transform: rotate(0)/*rtl:rotate(180deg)*/;
}

.#{$prefix}--accordion__title {
Expand Down

0 comments on commit d60d004

Please sign in to comment.