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

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

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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-styles/shadow.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-styles/shadow.html b/third_party/polymer/v1_0/components-chromium/paper-styles/shadow.html
index 7339d8e306b35a6a4b7f173576440db2190069f9..dfb7e8a06118d5eb91032388bec1224f34066251 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-styles/shadow.html
+++ b/third_party/polymer/v1_0/components-chromium/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: {

Powered by Google App Engine
This is Rietveld 408576698