Skip to content

Commit 9c156aa

Browse files
pskelinilhan007
authored andcommitted
fix(ui5-icon): remove vertical icon flip in RTL (#2645)
Icons used to have a wrong double vertical flip. This was removed, but the RTL selectors were missed. Fixes #2644
1 parent 029ad17 commit 9c156aa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/main/src/themes/Icon.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
outline: 1px dotted var(--sapContent_FocusColor);
2424
}
2525

26-
:host(:not([dir="ltr"])) .ui5-icon-root[dir=rtl] {
27-
transform: scale(-1, -1);
28-
transform-origin: center;
29-
}
30-
3126
.ui5-icon-root {
3227
display:flex;
3328
outline: none;

0 commit comments

Comments
 (0)