mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(list): fixed opacity again...because wrapping the input broke it
references #494
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -9,7 +9,7 @@ ion-radio {
|
||||
@include user-select-none();
|
||||
}
|
||||
|
||||
ion-radio[aria-disabled=true] > * {
|
||||
ion-radio[aria-disabled=true] .item-inner > * {
|
||||
opacity: 0.5;
|
||||
color: $subdued-text-color;
|
||||
pointer-events: none;
|
||||
|
||||
@@ -13,7 +13,7 @@ ion-switch media-switch {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
ion-switch[aria-disabled=true] > * {
|
||||
ion-switch[aria-disabled=true] .item-inner > * {
|
||||
pointer-events: none;
|
||||
opacity: 0.5;
|
||||
color: $subdued-text-color;
|
||||
|
||||
Reference in New Issue
Block a user