Commit d6386906 authored by Viktor Semeniuk's avatar Viktor Semeniuk Committed by Commit Bot

[Passwords] Fixed change password icon for RTL languages

This change inverts Change password on website icon for RTL languages.

Bug: 1106323
Change-Id: Ib7c78f01525c99c64cb2707112139199556b0f7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438349Reviewed-by: default avatarJan Wilken Dörrie <jdoerrie@chromium.org>
Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com>
Cr-Commit-Position: refs/heads/master@{#811767}
parent ec777f5e
...@@ -68,6 +68,10 @@ ...@@ -68,6 +68,10 @@
:host-context([dir='rtl']) #insecureOrigin { :host-context([dir='rtl']) #insecureOrigin {
justify-content: flex-start; justify-content: flex-start;
} }
:host-context([dir='rtl']) #change-password-link-icon {
transform: scaleX(-1);
}
</style> </style>
<div class="list-item" id="insecure-item" focus-row-container> <div class="list-item" id="insecure-item" focus-row-container>
<site-favicon url="[[item.changePasswordUrl]]"></site-favicon> <site-favicon url="[[item.changePasswordUrl]]"></site-favicon>
......
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