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

Unified Diff: chrome/browser/resources/settings/printing_page/printing_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/printing_page/printing_page.html
diff --git a/chrome/browser/resources/settings/printing_page/printing_page.html b/chrome/browser/resources/settings/printing_page/printing_page.html
index b789232665bf8ef6cd0f15fc31e74710f6a88da2..0bf5a8b61afee42c1253694aa66aa21d859b8a73 100644
--- a/chrome/browser/resources/settings/printing_page/printing_page.html
+++ b/chrome/browser/resources/settings/printing_page/printing_page.html
@@ -26,8 +26,7 @@
<div class="start">
$i18n{cupsPrintersTitle}
</div>
- <button class="icon-arrow-right" is="paper-icon-button-light">
- </button>
+ <button class="subpage-arrow" is="paper-icon-button-light"></button>
</div>
</template>
</if>
@@ -37,8 +36,7 @@
$i18n{cloudPrintersTitle}
<div class="secondary">$i18n{cloudPrintersTitleDescription}</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>
<if expr="chromeos">

Powered by Google App Engine
This is Rietveld 408576698