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

Unified Diff: third_party/polymer/v1_0/components/paper-checkbox/README.md

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/paper-checkbox/README.md
diff --git a/third_party/polymer/v1_0/components/paper-checkbox/README.md b/third_party/polymer/v1_0/components/paper-checkbox/README.md
index 2269079ed246d7aa3b2ba8ccddeb5d3f29c11098..01eddc1a20ab455329411c079891eec6725f5e1d 100644
--- a/third_party/polymer/v1_0/components/paper-checkbox/README.md
+++ b/third_party/polymer/v1_0/components/paper-checkbox/README.md
@@ -19,8 +19,12 @@ Styling a checkbox:
```html
<style is="custom-style">
paper-checkbox {
+ --paper-checkbox-label-color: #000;
+ --paper-checkbox-checkmark-color: #fff;
+
/* Unhecked state colors. */
--paper-checkbox-unchecked-color: #5a5a5a;
+ --paper-checkbox-unchecked-background-color: #5a5a5a;
--paper-checkbox-unchecked-ink-color: #5a5a5a;
/* Checked state colors. */

Powered by Google App Engine
This is Rietveld 408576698