Commit f1c7d413 authored by John Lee's avatar John Lee Committed by Commit Bot

Navi: Flip chevron on NTP module for rtl languages

https://i.imgur.com/nDH165a.png

Change-Id: I19f7662098f6bee115b2b55f1e695875a5eda822
Reviewed-on: https://chromium-review.googlesource.com/c/1474843
Commit-Queue: John Lee <johntlee@chromium.org>
Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Cr-Commit-Position: refs/heads/master@{#632759}
parent 5c77e0e0
...@@ -116,6 +116,10 @@ ...@@ -116,6 +116,10 @@
margin-inline-start: 6px; margin-inline-start: 6px;
width: 20px; width: 20px;
} }
:host-context([dir=rtl]) iron-icon {
transform: scaleX(-1);
}
</style> </style>
<div class="ntp-background-logo"></div> <div class="ntp-background-logo"></div>
<h1 tabindex="-1">$i18n{ntpBackgroundDescription}</h1> <h1 tabindex="-1">$i18n{ntpBackgroundDescription}</h1>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment