MOBILE-2724 label: Don't react to clicks on iOS
parent
393e7c20da
commit
3f5bea420c
|
@ -50,7 +50,8 @@ ion-app.app-root core-course-module {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.core-not-clickable:active {
|
.core-not-clickable:active,
|
||||||
|
.core-not-clickable.activated {
|
||||||
background-color: $list-background-color;
|
background-color: $list-background-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue