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

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

Issue 2847603002: Powerwash UI polish (Closed)
Patch Set: Change according to new specs Created 3 years, 8 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_reset_confirmation_overlay.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.html b/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.html
index 1b4d59fee4228d3caf999e7673d168f3963dae8e..a1b2e358523c28120eabf9fc82eefc4f927d3534 100644
--- a/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.html
+++ b/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.html
@@ -18,13 +18,12 @@
</div>
<div class="bottom-buttons flex layout horizontal">
<div class="flex"></div>
- <oobe-text-button id="cancel-button" border on-tap="onCancelTap_">
+ <oobe-text-button id="cancelButton" border on-tap="onCancelTap_">
<div i18n-content="cancel"></div>
</oobe-text-button>
- <oobe-text-button id="confirm-button" inverse on-tap="onContinueTap_">
+ <oobe-text-button inverse on-tap="onContinueTap_">
<div i18n-content="confirmResetButton"></div>
</oobe-text-button>
- <div class="flex"></div>
</div>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698