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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-checkbox/README.md

Issue 1468623004: Update Polymer from 1.2.1 -> 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@travis-yml
Patch Set: local-state.html Created 5 years 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 unified diff | Download patch
OLDNEW
1 1
2 <!--- 2 <!---
3 3
4 This README is automatically generated from the comments in these files: 4 This README is automatically generated from the comments in these files:
5 metadata.html paper-checkbox.html 5 paper-checkbox.html
6 6
7 Edit those files, and our readme bot will duplicate them over here! 7 Edit those files, and our readme bot will duplicate them over here!
8 Edit this file, and the bot will squash your changes :) 8 Edit this file, and the bot will squash your changes :)
9 9
10 --> 10 -->
11 11
12 [![Build Status](https://travis-ci.org/PolymerElements/paper-checkbox.svg?branch =master)](https://travis-ci.org/PolymerElements/paper-checkbox) 12 [![Build Status](https://travis-ci.org/PolymerElements/paper-checkbox.svg?branch =master)](https://travis-ci.org/PolymerElements/paper-checkbox)
13 13
14 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-checkbo x)_ 14 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-checkbo x)_
15 15
(...skipping 25 matching lines...) Expand all
41 `--paper-checkbox-unchecked-color` | Checkbox border color when the input is not checked | `--primary-text-color` 41 `--paper-checkbox-unchecked-color` | Checkbox border color when the input is not checked | `--primary-text-color`
42 `--paper-checkbox-unchecked-ink-color` | Selected/focus ripple color when the in put is not checked | `--primary-text-color` 42 `--paper-checkbox-unchecked-ink-color` | Selected/focus ripple color when the in put is not checked | `--primary-text-color`
43 `--paper-checkbox-checked-color` | Checkbox color when the input is checked | `- -default-primary-color` 43 `--paper-checkbox-checked-color` | Checkbox color when the input is checked | `- -default-primary-color`
44 `--paper-checkbox-checked-ink-color` | Selected/focus ripple color when the inpu t is checked | `--default-primary-color` 44 `--paper-checkbox-checked-ink-color` | Selected/focus ripple color when the inpu t is checked | `--default-primary-color`
45 `--paper-checkbox-checkmark-color` | Checkmark color | `white` 45 `--paper-checkbox-checkmark-color` | Checkmark color | `white`
46 `--paper-checkbox-label-color` | Label color | `--primary-text-color` 46 `--paper-checkbox-label-color` | Label color | `--primary-text-color`
47 `--paper-checkbox-label-spacing` | Spacing between the label and the checkbox | `8px` 47 `--paper-checkbox-label-spacing` | Spacing between the label and the checkbox | `8px`
48 `--paper-checkbox-error-color` | Checkbox color when invalid | `--google-red-500 ` 48 `--paper-checkbox-error-color` | Checkbox color when invalid | `--google-red-500 `
49 49
50 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698