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

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

Issue 2390053002: [MD settings] use arrow-forward to switch direction in rtl (Closed)
Patch Set: 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/a11y_page/a11y_page.html
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html
index f0f24882ea0b34664857db8b443cf439aee029b3..808671a55520d2b20c9ef6787aa6c3607fdfb659 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
@@ -30,8 +30,7 @@
$i18n{manageAccessibilityFeatures}
<div class="secondary">$i18n{moreFeaturesLinkDescription}</div>
</div>
- <button class="icon-arrow-right" is="paper-icon-button-light">
- </button>
+ <button class="subpage-arrow" is="paper-icon-button-light"></button>
</div>
</neon-animatable>
<template is="dom-if" route-path="/manageAccessibility">

Powered by Google App Engine
This is Rietveld 408576698