| Index: third_party/polymer/components/paper-material/paper-material.html
|
| diff --git a/third_party/polymer/components/paper-material/paper-material.html b/third_party/polymer/components/paper-material/paper-material.html
|
| index e754d4ea3362847fb000c669896714d5f6981657..29b3437036d7d343debce8b1f2041c1d0d0be8c6 100644
|
| --- a/third_party/polymer/components/paper-material/paper-material.html
|
| +++ b/third_party/polymer/components/paper-material/paper-material.html
|
| @@ -35,6 +35,9 @@ Example:
|
| :host([animated]) {
|
| @apply(--shadow-transition);
|
| }
|
| + :host {
|
| + @apply(--paper-material);
|
| + }
|
| </style>
|
|
|
| <content></content>
|
|
|