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

Unified Diff: chrome/browser/resources/welcome/welcome.html

Issue 2454173002: Correcting issues noted in a11y review for Desktop FRE. (Closed)
Patch Set: Addressing dbeam comments 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/welcome/welcome.html
diff --git a/chrome/browser/resources/welcome/welcome.html b/chrome/browser/resources/welcome/welcome.html
index ae5b068358674df8de124c51158d2486a91ec50d..f444d300e281582f0e2b26f3fe473530b8dfb419 100644
--- a/chrome/browser/resources/welcome/welcome.html
+++ b/chrome/browser/resources/welcome/welcome.html
@@ -25,7 +25,9 @@
<div class="signin">
<div class="signin-description">$i18n{descriptionText}</div>
<div class="signin-buttons">
- <paper-button class="action" id="accept-button">$i18n{acceptText}</paper-button>
+ <paper-button class="action" id="accept-button">
+ $i18n{acceptText}
+ </paper-button>
<a href="#" class="link" id="decline-button">$i18n{declineText}</a>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698