Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jun 23, 2014
1 parent d5f90b8 commit ade95e3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion paper-checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN

#checkboxLabel[hidden] {
display: none;
}
}

/* disabled state */
:host([disabled]) {
pointer-events: none;
}

:host([disabled]) #checkbox {
border-color: #eaeaea !important;
}

0 comments on commit ade95e3

Please sign in to comment.