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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-checkbox/paper-checkbox.css

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-checkbox/paper-checkbox.css
diff --git a/third_party/polymer/v1_0/components-chromium/paper-checkbox/paper-checkbox.css b/third_party/polymer/v1_0/components-chromium/paper-checkbox/paper-checkbox.css
index 195d8222d276bbaa484462b98ca8071c619eca73..6577c390901f96bd52e23372947013cbfefbbdf5 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-checkbox/paper-checkbox.css
+++ b/third_party/polymer/v1_0/components-chromium/paper-checkbox/paper-checkbox.css
@@ -29,6 +29,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-webkit-transform: translateZ(0);
transform: translateZ(0);
vertical-align: middle;
+ background-color: var(--paper-checkbox-unchecked-background-color, transparent);
}
:host #ink {
@@ -39,6 +40,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
height: 48px;
color: var(--paper-checkbox-unchecked-ink-color, --primary-text-color);
opacity: 0.6;
+ pointer-events: none;
}
:host #ink[checked] {
@@ -111,7 +113,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
border-left: none;
border-right-width: 2px;
border-bottom-width: 2px;
- border-color: white;
+ border-color: var(--paper-checkbox-checkmark-color, white);
}
/* label */

Powered by Google App Engine
This is Rietveld 408576698