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 { |