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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-material/paper-material-shared-styles.html

Issue 1561893002: [Polymer] Roll polymer to latest version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update grdp Created 4 years, 11 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-chromium/paper-material/paper-material-shared-styles.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-material/paper-material.html b/third_party/polymer/v1_0/components-chromium/paper-material/paper-material-shared-styles.html
similarity index 60%
copy from third_party/polymer/v1_0/components-chromium/paper-material/paper-material.html
copy to third_party/polymer/v1_0/components-chromium/paper-material/paper-material-shared-styles.html
index 4bb3e4d640f31fefc2447136eb2fe4d885921918..3fed5004a97c64ad4e57756886b4f1d84136cbcd 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-material/paper-material.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-material/paper-material-shared-styles.html
@@ -6,26 +6,9 @@ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
---><html><head><link rel="import" href="../polymer/polymer.html">
-<link rel="import" href="../paper-styles/shadow.html">
-
-<!--
-Material design: [Cards](https://www.google.com/design/spec/components/cards.html)
-
-`paper-material` is a container that renders two shadows on top of each other to
-create the effect of a lifted piece of paper.
-
-Example:
-
- <paper-material elevation="1">
- ... content ...
- </paper-material>
-
-@group Paper Elements
-@demo demo/index.html
-->
-</head><body><dom-module id="paper-material">
+<dom-module id="paper-material-shared-styles">
<template>
<style>
:host {
@@ -33,10 +16,6 @@ Example:
position: relative;
}
- :host([animated]) {
- @apply(--shadow-transition);
- }
-
:host([elevation="1"]) {
@apply(--shadow-elevation-2dp);
}
@@ -57,8 +36,5 @@ Example:
@apply(--shadow-elevation-16dp);
}
</style>
-
- <content></content>
</template>
</dom-module>
-<script src="paper-material-extracted.js"></script></body></html>

Powered by Google App Engine
This is Rietveld 408576698