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

Unified Diff: third_party/polymer/components/paper-styles/element-styles/paper-material-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-material-styles.html
diff --git a/third_party/polymer/components/paper-styles/element-styles/paper-material.html b/third_party/polymer/components/paper-styles/element-styles/paper-material-styles.html
similarity index 95%
rename from third_party/polymer/components/paper-styles/element-styles/paper-material.html
rename to third_party/polymer/components/paper-styles/element-styles/paper-material-styles.html
index a5159bac0111e011bb1ba0a5b048f6fa2d893f88..83aee8d595a57a80c5464dc6bc6ec0d326a8809b 100644
--- a/third_party/polymer/components/paper-styles/element-styles/paper-material.html
+++ b/third_party/polymer/components/paper-styles/element-styles/paper-material-styles.html
@@ -20,7 +20,7 @@ of each other,that create the effect of a lifted piece of paper.
Example:
<custom-style>
- <style is="custom-style" include="paper-material"></style>
+ <style is="custom-style" include="paper-material-styles"></style>
</custom-style>
<div class="paper-material elevation-1">
@@ -31,7 +31,7 @@ Example:
@demo demo/index.html
-->
-<dom-module id="paper-material">
+<dom-module id="paper-material-styles">
<template>
<style>
:host, html {

Powered by Google App Engine
This is Rietveld 408576698