Skip to content

Commit 0120960

Browse files
authored
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 20de5ae commit 0120960

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/main/src/themes/Icon.css

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
outline: 1px dotted var(--sapContent_FocusColor);
2323
}
2424

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

0 commit comments

Comments
 (0)