From 5a27f05cd7534d7c2118b8d205f78ab0eb307b94 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Mon, 9 Jan 2023 11:11:13 -0800 Subject: [PATCH] fix(icon): Remove fixed left-to-right direction to fix RTL styling PiperOrigin-RevId: 500760821 --- icon/lib/_icon.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/icon/lib/_icon.scss b/icon/lib/_icon.scss index bb661b807f..f3b012d86e 100644 --- a/icon/lib/_icon.scss +++ b/icon/lib/_icon.scss @@ -36,7 +36,6 @@ $_custom-property-prefix: 'icon'; text-transform: none; white-space: nowrap; word-wrap: normal; - direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased;