Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ The following custom properties and mixins are available for styling:
| `--paper-icon-button` | Mixin for a button | `{}` |
| `--paper-icon-button-disabled` | Mixin for a disabled button | `{}` |
| `--paper-icon-button-hover` | Mixin for button on hover | `{}` |
| `--paper-icon-button-iron-icon` | Mixin for iron-icon | `{}` |



Expand Down
2 changes: 2 additions & 0 deletions paper-icon-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
`--paper-icon-button` | Mixin for a button | `{}`
`--paper-icon-button-disabled` | Mixin for a disabled button | `{}`
`--paper-icon-button-hover` | Mixin for button on hover | `{}`
`--paper-icon-button-iron-icon` | Mixin for iron-icon | `{}`

@group Paper Elements
@element paper-icon-button
Expand Down Expand Up @@ -122,6 +123,7 @@
iron-icon {
--iron-icon-width: 100%;
--iron-icon-height: 100%;
@apply --paper-icon-button-iron-icon
}
</style>

Expand Down