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

Side by Side Diff: third_party/polymer/components/paper-icon-button/README.md

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 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 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-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
11 thing! https://github.com/PolymerLabs/tedium/issues 11 thing! https://github.com/PolymerLabs/tedium/issues
12 12
13 --> 13 -->
14 14
15 [![Build status](https://travis-ci.org/PolymerElements/paper-icon-button.svg?bra nch=master)](https://travis-ci.org/PolymerElements/paper-icon-button) 15 [![Build status](https://travis-ci.org/PolymerElements/paper-icon-button.svg?bra nch=master)](https://travis-ci.org/PolymerElements/paper-icon-button)
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 70
71 | Custom property | Description | Default | 71 | Custom property | Description | Default |
72 | --- | --- | --- | 72 | --- | --- | --- |
73 | `--paper-icon-button-disabled-text` | The color of the disabled button | `--di sabled-text-color` | 73 | `--paper-icon-button-disabled-text` | The color of the disabled button | `--di sabled-text-color` |
74 | `--paper-icon-button-ink-color` | Selected/focus ripple color | `--primary-tex t-color` | 74 | `--paper-icon-button-ink-color` | Selected/focus ripple color | `--primary-tex t-color` |
75 | `--paper-icon-button` | Mixin for a button | `{}` | 75 | `--paper-icon-button` | Mixin for a button | `{}` |
76 | `--paper-icon-button-disabled` | Mixin for a disabled button | `{}` | 76 | `--paper-icon-button-disabled` | Mixin for a disabled button | `{}` |
77 | `--paper-icon-button-hover` | Mixin for button on hover | `{}` | 77 | `--paper-icon-button-hover` | Mixin for button on hover | `{}` |
78 78
79 79
80
81 <!-- No docs for <paper-icon-button-light> found. -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698