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

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

Issue 2590253002: Implementing Win 10 FRE visual design tweaks requested by first UX pass. (Closed)
Patch Set: Created 4 years 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/win10/sectioned.html
diff --git a/chrome/browser/resources/welcome/win10/sectioned.html b/chrome/browser/resources/welcome/win10/sectioned.html
index 378a9576c434ddcbb0a67ec4335e86949dd3652a..a9269eb054c4e6fb11bc09c6d553f16e04430e64 100644
--- a/chrome/browser/resources/welcome/win10/sectioned.html
+++ b/chrome/browser/resources/welcome/win10/sectioned.html
@@ -8,6 +8,7 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/html/util.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
+ <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
@@ -54,7 +55,7 @@
</div>
</template>
</div>
- <a href="#" class="button" on-tap="onContinue">$i18n{continueText}</a>
+ <paper-button class="button" on-tap="onContinue">$i18n{continueText}</paper-button>
</div>
</div>
<div class="bg">

Powered by Google App Engine
This is Rietveld 408576698