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

Unified Diff: third_party/polymer/components/paper-styles/element-styles/paper-item-styles.html

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 4 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/components/paper-styles/element-styles/paper-item-styles.html
diff --git a/third_party/polymer/components/paper-styles/element-styles/paper-item.html b/third_party/polymer/components/paper-styles/element-styles/paper-item-styles.html
similarity index 96%
rename from third_party/polymer/components/paper-styles/element-styles/paper-item.html
rename to third_party/polymer/components/paper-styles/element-styles/paper-item-styles.html
index d688d6394660f898b1dadcaae100a7d1fb5c4757..796cd24b277ea80c048d1d6b95455009220a1906 100644
--- a/third_party/polymer/components/paper-styles/element-styles/paper-item.html
+++ b/third_party/polymer/components/paper-styles/element-styles/paper-item-styles.html
@@ -19,7 +19,7 @@ Material design: [Lists](https://www.google.com/design/spec/components/lists.htm
Shared styles for a native `button` to be used as an item in a `paper-listbox` element:
<custom-style>
- <style is="custom-style" include="paper-item"></style>
+ <style is="custom-style" include="paper-item-styles"></style>
</custom-style>
<paper-listbox>
@@ -32,7 +32,7 @@ Shared styles for a native `button` to be used as an item in a `paper-listbox` e
@demo demo/index.html
-->
-<dom-module id="paper-item">
+<dom-module id="paper-item-styles">
<template>
<style>
:host, html {

Powered by Google App Engine
This is Rietveld 408576698