MOBILE-2724 label: Don't react to clicks

main
Mark Johnson 2018-11-12 10:27:26 +00:00
parent e10e0de010
commit d146217b7e
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ ion-app.app-root core-course-module {
position: absolute;
}
}
.core-not-clickable:active {
background-color: $list-background-color;
}
}
ion-app.app-root.md core-course-module {