refactor(list): fixed opacity again...because wrapping the input broke it

references #494
This commit is contained in:
Brandy Carney
2015-11-12 16:44:46 -05:00
parent 50c682a669
commit 0ab3e230e0
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ ion-checkbox {
@include user-select-none();
}
ion-checkbox[aria-disabled=true] > * {
ion-checkbox[aria-disabled=true] .item-inner > * {
pointer-events: none;
opacity: 0.5;
color: $subdued-text-color;