Merge pull request #1682 from marxjohnson/MOBILE-2724_integration

MOBILE-2724 label: Don't react to clicks on iOS
main
Juan Leyva 2018-12-19 14:53:23 +01:00 committed by GitHub
commit 8edaab6969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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;
} }
} }