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

Unified Diff: chrome/browser/resources/chromeos/login/offline_gaia.html

Issue 1133733003: Unified icon-buttons used in the new GAIA flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased onto ToT. Created 5 years, 7 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/chromeos/login/offline_gaia.html
diff --git a/chrome/browser/resources/chromeos/login/offline_gaia.html b/chrome/browser/resources/chromeos/login/offline_gaia.html
index 3cbbe575d80a33355da5a23f319408b0351e2ad6..ee1955708c5a99840aadcd80a7487913663d87e0 100644
--- a/chrome/browser/resources/chromeos/login/offline_gaia.html
+++ b/chrome/browser/resources/chromeos/login/offline_gaia.html
@@ -37,9 +37,6 @@
attributes="enterpriseInfo emailDomain">
<template>
<link rel="stylesheet" href="offline_gaia.css">
- <gaia-core-icon-button id="backButton" icon="arrow-back"
- on-tap="{{onBack}}">
- </gaia-core-icon-button>
<core-animated-pages id="animatedPages" transitions="slide-from-right"
valueattr="id"
on-core-animated-pages-transition-end="{{onTransitionEnd}}" flex>
@@ -91,5 +88,8 @@
</gaia-card>
</section>
</core-animated-pages>
+ <button id="backButton" is="gaia-icon-button" icon="arrow-back"
+ i18n-values="aria-label:backButton" on-click="{{onBack}}">
+ </button>
</template>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698