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

Unified Diff: third_party/polymer/v1_0/components/paper-styles/demo-pages.html

Issue 1187823002: Update Polymer components and re-run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 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: third_party/polymer/v1_0/components/paper-styles/demo-pages.html
diff --git a/third_party/polymer/v1_0/components/paper-styles/demo-pages.html b/third_party/polymer/v1_0/components/paper-styles/demo-pages.html
index 9fc5739026ab24082fa70f1df5f8360edc1792be..44f22887276ae7ebcd30771cb5da677c4b4bea4c 100644
--- a/third_party/polymer/v1_0/components/paper-styles/demo-pages.html
+++ b/third_party/polymer/v1_0/components/paper-styles/demo-pages.html
@@ -9,7 +9,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-->
<link rel="import" href="../polymer/polymer.html">
+
+<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
+
<link rel="import" href="color.html">
+<link rel="import" href="typography.html">
<link rel="import" href="shadow.html">
<style is="custom-style">
@@ -56,6 +60,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
margin-right: auto;
}
+ code {
+ color: var(--google-grey-700);
+ }
+
/* TODO: remove this hack and use horizontal-section-container instead */
body > div.layout.horizontal.center-justified {
@apply(--layout-wrap);
« no previous file with comments | « third_party/polymer/v1_0/components/paper-styles/color.html ('k') | third_party/polymer/v1_0/components/paper-tabs/hero.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698