Merge pull request #1606 from marxjohnson/MOBILE-2724_master

MOBILE-2724 label: Don't react to clicks
main
Juan Leyva 2018-11-13 11:46:03 +01:00 committed by GitHub
commit 11f13e9ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {