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

Unified Diff: chrome/browser/resources/welcome/win10/inline.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/inline.html
diff --git a/chrome/browser/resources/welcome/win10/inline.html b/chrome/browser/resources/welcome/win10/inline.html
index 45fd1899b2bdd635db2c1bdfe0a27adf2156e5bd..2efb4fbd8f9d19939f186554822e2c777a513d04 100644
--- a/chrome/browser/resources/welcome/win10/inline.html
+++ b/chrome/browser/resources/welcome/win10/inline.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">
@@ -76,7 +77,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>
Dan Beam 2016/12/21 03:07:55 80 col wrap
tmartino 2017/01/05 21:28:21 Done
</div>
</template>
</body>

Powered by Google App Engine
This is Rietveld 408576698