We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3804612 commit a063557Copy full SHA for a063557
packages/components/src/components/accordion/_accordion.scss
@@ -115,7 +115,7 @@
115
width: 1rem;
116
height: 1rem;
117
margin: $accordion-arrow-margin;
118
- transform: rotate(90deg) #{'/*rtl:ignore*/'};
+ transform: rotate(-270deg) #{'/*rtl:ignore*/'};
119
transition: all $duration--fast-02 motion(standard, productive);
120
fill: $ui-05;
121
packages/components/src/components/tile/_tile.scss
@@ -179,7 +179,7 @@
179
transition: max-height $duration--fast-02 motion(standard, productive);
180
181
.#{$prefix}--tile__chevron svg {
182
- transform: rotate(-180deg);
+ transform: rotate(180deg);
183
}
184
185
.#{$prefix}--tile-content__below-the-fold {
0 commit comments