| OLD | NEW |
| 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-icon-button-light.html paper-icon-button.html | 5 paper-icon-button-light.html paper-icon-button.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 27 matching lines...) Expand all Loading... |
| 38 </template> | 38 </template> |
| 39 </custom-element-demo> | 39 </custom-element-demo> |
| 40 ``` | 40 ``` |
| 41 --> | 41 --> |
| 42 ```html | 42 ```html |
| 43 <paper-icon-button icon="favorite"></paper-icon-button> | 43 <paper-icon-button icon="favorite"></paper-icon-button> |
| 44 <paper-icon-button icon="menu"></paper-icon-button> | 44 <paper-icon-button icon="menu"></paper-icon-button> |
| 45 <paper-icon-button icon="star"></paper-icon-button> | 45 <paper-icon-button icon="star"></paper-icon-button> |
| 46 ``` | 46 ``` |
| 47 | 47 |
| 48 See [`iron-iconset`](iron-iconset) for more information about | 48 See [`iron-iconset`](https://github.com/PolymerElements/iron-iconset) for more i
nformation about |
| 49 how to use a custom icon set. | 49 how to use a custom icon set. |
| 50 | 50 |
| 51 Example: | 51 Example: |
| 52 | 52 |
| 53 ```html | 53 ```html |
| 54 <link href="path/to/iron-icons/iron-icons.html" rel="import"> | 54 <link href="path/to/iron-icons/iron-icons.html" rel="import"> |
| 55 | 55 |
| 56 <paper-icon-button icon="favorite"></paper-icon-button> | 56 <paper-icon-button icon="favorite"></paper-icon-button> |
| 57 <paper-icon-button src="star.png"></paper-icon-button> | 57 <paper-icon-button src="star.png"></paper-icon-button> |
| 58 ``` | 58 ``` |
| (...skipping 27 matching lines...) Expand all Loading... |
| 86 | --- | --- | --- | | 86 | --- | --- | --- | |
| 87 | `--paper-icon-button-disabled-text` | The color of the disabled button | `--di
sabled-text-color` | | 87 | `--paper-icon-button-disabled-text` | The color of the disabled button | `--di
sabled-text-color` | |
| 88 | `--paper-icon-button-ink-color` | Selected/focus ripple color | `--primary-tex
t-color` | | 88 | `--paper-icon-button-ink-color` | Selected/focus ripple color | `--primary-tex
t-color` | |
| 89 | `--paper-icon-button` | Mixin for a button | `{}` | | 89 | `--paper-icon-button` | Mixin for a button | `{}` | |
| 90 | `--paper-icon-button-disabled` | Mixin for a disabled button | `{}` | | 90 | `--paper-icon-button-disabled` | Mixin for a disabled button | `{}` | |
| 91 | `--paper-icon-button-hover` | Mixin for button on hover | `{}` | | 91 | `--paper-icon-button-hover` | Mixin for button on hover | `{}` | |
| 92 | 92 |
| 93 | 93 |
| 94 | 94 |
| 95 <!-- No docs for <paper-icon-button-light> found. --> | 95 <!-- No docs for <paper-icon-button-light> found. --> |
| OLD | NEW |