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

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

Issue 1766433002: Roll Polymer to 1.3.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 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 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 The bot does some handling of markdown. Please file a bug if it does the wrong 10 The bot does some handling of markdown. Please file a bug if it does the wrong
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 | Custom property | Description | Default | 42 | Custom property | Description | Default |
43 | --- | --- | --- | 43 | --- | --- | --- |
44 | `--paper-checkbox-unchecked-background-color` | Checkbox background color when the input is not checked | `transparent` | 44 | `--paper-checkbox-unchecked-background-color` | Checkbox background color when the input is not checked | `transparent` |
45 | `--paper-checkbox-unchecked-color` | Checkbox border color when the input is n ot checked | `--primary-text-color` | 45 | `--paper-checkbox-unchecked-color` | Checkbox border color when the input is n ot checked | `--primary-text-color` |
46 | `--paper-checkbox-unchecked-ink-color` | Selected/focus ripple color when the input is not checked | `--primary-text-color` | 46 | `--paper-checkbox-unchecked-ink-color` | Selected/focus ripple color when the input is not checked | `--primary-text-color` |
47 | `--paper-checkbox-checked-color` | Checkbox color when the input is checked | `--primary-color` | 47 | `--paper-checkbox-checked-color` | Checkbox color when the input is checked | `--primary-color` |
48 | `--paper-checkbox-checked-ink-color` | Selected/focus ripple color when the in put is checked | `--primary-color` | 48 | `--paper-checkbox-checked-ink-color` | Selected/focus ripple color when the in put is checked | `--primary-color` |
49 | `--paper-checkbox-checkmark-color` | Checkmark color | `white` | 49 | `--paper-checkbox-checkmark-color` | Checkmark color | `white` |
50 | `--paper-checkbox-label-color` | Label color | `--primary-text-color` | 50 | `--paper-checkbox-label-color` | Label color | `--primary-text-color` |
51 | `--paper-checkbox-label-spacing` | Spacing between the label and the checkbox | `8px` | 51 | `--paper-checkbox-label-spacing` | Spacing between the label and the checkbox | `8px` |
52 | `--paper-checkbox-error-color` | Checkbox color when invalid | `--google-red-5 00` | 52 | `--paper-checkbox-error-color` | Checkbox color when invalid | `--error-color` |
53 | `--paper-checkbox-size` | Size of the checkbox | `18px` | 53 | `--paper-checkbox-size` | Size of the checkbox | `18px` |
54 54
55 This element applies the mixin `--paper-font-common-base` but does not import `p aper-styles/typography.html`. 55 This element applies the mixin `--paper-font-common-base` but does not import `p aper-styles/typography.html`.
56 In order to apply the `Roboto` font to this element, make sure you've imported ` paper-styles/typography.html`. 56 In order to apply the `Roboto` font to this element, make sure you've imported ` paper-styles/typography.html`.
57 57
58 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698