mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(list): modified disabled so the opacity won't show on the border
Closes #494
This commit is contained in:
@@ -13,7 +13,7 @@ ion-switch media-switch {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
ion-switch[aria-disabled=true] {
|
||||
ion-switch[aria-disabled=true] > * {
|
||||
pointer-events: none;
|
||||
opacity: 0.5;
|
||||
color: $subdued-text-color;
|
||||
|
||||
Reference in New Issue
Block a user