checkbox disabled

This commit is contained in:
Adam Bradley
2015-03-28 21:24:56 -05:00
parent 8fe9fa86be
commit 46f225a932
2 changed files with 13 additions and 3 deletions

View File

@ -26,6 +26,16 @@
}
.checkbox[aria-disabled=true] {
pointer-events: none;
opacity: 0.5;
color: gray;
.media-checkbox {
color: inherit;
}
}
.checkbox .item-media,
.checkbox .item-content {
pointer-events: none;