Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5344)

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html

Issue 2390053002: [MD settings] use arrow-forward to switch direction in rtl (Closed)
Patch Set: review changes Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
index 301cf0f28ed2555e8d22bd11cc552bb26b27bc11..58296c418893371d7e7684c79128bc3992bea5db 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
@@ -26,7 +26,7 @@
<div>$i18n{autofill}</div>
<div class="secondary">$i18n{autofillDetail}</div>
</div>
- <button class="icon-arrow-right" is="paper-icon-button-light">
+ <button class="subpage-arrow" is="paper-icon-button-light">
</button>
</div>
<div class="secondary-action">
@@ -43,7 +43,7 @@
<div>$i18n{passwords}</div>
<div class="secondary">$i18n{passwordsDetail}</div>
</div>
- <button class="icon-arrow-right" is="paper-icon-button-light">
+ <button class="subpage-arrow" is="paper-icon-button-light">
</button>
</div>
<div class="secondary-action">

Powered by Google App Engine
This is Rietveld 408576698