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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.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: Review fixes. 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/oobe_screen_oauth_enrollment_webview.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html
index e60da3b302fc5388c15638731d42c3550ef108ae..e2b42defcc6deb429c20edb70ed6df452f0bb118 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html
@@ -59,10 +59,9 @@
<span id="oauth-saml-notice-message"></span>
</div>
<div id="oauth-enrollment-controls" class="step-controls"></div>
- <button id="oauth-enroll-back-button"
- class="custom-appearance custom-gaia-button" hidden
- i18n-values="aria-label:backButton" tabindex="0"></button>
- <button id="oauth-enroll-cancel-button"
- class="custom-appearance custom-gaia-button oauth-enroll-button"
- i18n-values="aria-label:closeButton" tabindex="0"></button>
+ <button id="oauth-enroll-back-button" is="gaia-icon-button" icon="arrow-back"
+ hidden i18n-values="aria-label:backButton" tabindex="0"></button>
+ <button id="oauth-enroll-cancel-button" is="gaia-icon-button" icon="close"
+ class="oauth-enroll-button" i18n-values="aria-label:closeButton"
+ tabindex="0"></button>
</div>

Powered by Google App Engine
This is Rietveld 408576698