From cb25979a009fd278ef43d3a0a65e3a226af7ebfa Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Thu, 6 Jun 2019 13:13:07 +0300 Subject: [PATCH] mirror mat icon when direction is rtl (#4815) --- demo-shell/src/app/app.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demo-shell/src/app/app.component.scss b/demo-shell/src/app/app.component.scss index 5e73563291..0521de45df 100644 --- a/demo-shell/src/app/app.component.scss +++ b/demo-shell/src/app/app.component.scss @@ -12,6 +12,10 @@ router-outlet[name='overlay'] + * { width: 100%; } +[dir='rtl'] .mat-icon { + transform: scale(-1, 1); +} + @media (max-width: 425px) { adf-content-node-selector { .adf-content-node-selector-content-list {