Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Add doc note about changing checked state color
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Allen committed Jan 9, 2015
1 parent f3b5a35 commit 51cd431
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion paper-radio-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
paper-radio-button::shadow #onRadio {
background-color: #4285f4;
}
paper-radio-button[checked]::shadow #offRadio {
border-color: #4285f4;
}
To change the ink color for unchecked state:
paper-radio-button::shadow #ink {
Expand Down

0 comments on commit 51cd431

Please sign in to comment.