Skip to content

Commit

Permalink
fix(ui5-icon): remove vertical icon flip in RTL (#2645)
Browse files Browse the repository at this point in the history
Icons used to have a wrong double vertical flip. This was removed, but
the RTL selectors were missed.

Fixes #2644
  • Loading branch information
pskelin committed Jan 8, 2021
1 parent 20de5ae commit 0120960
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/main/src/themes/Icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
outline: 1px dotted var(--sapContent_FocusColor);
}

:host(:not([dir="ltr"])) .ui5-icon-root[dir=rtl] {
transform: scale(-1, -1);
transform-origin: center;
}

.ui5-icon-root {
display:flex;
outline: none;
Expand Down

0 comments on commit 0120960

Please sign in to comment.