| Index: third_party/polymer/v1_0/components/paper-styles/shadow.html
|
| diff --git a/third_party/polymer/v1_0/components/paper-styles/shadow.html b/third_party/polymer/v1_0/components/paper-styles/shadow.html
|
| index 7339d8e306b35a6a4b7f173576440db2190069f9..dfb7e8a06118d5eb91032388bec1224f34066251 100644
|
| --- a/third_party/polymer/v1_0/components/paper-styles/shadow.html
|
| +++ b/third_party/polymer/v1_0/components/paper-styles/shadow.html
|
| @@ -18,6 +18,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
| };
|
|
|
| + --shadow-none: {
|
| + box-shadow: none;
|
| + };
|
| +
|
| /* from http://codepen.io/shyndman/pen/c5394ddf2e8b2a5c9185904b57421cdb */
|
|
|
| --shadow-elevation-2dp: {
|
|
|