Merge pull request #1453 from crazyserver/MOBILE-2495

MOBILE-2495 ux: Hight contrast on dimmed course modules
main
Juan Leyva 2018-08-21 17:32:45 +01:00 committed by GitHub
commit 23dde1b91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -77,7 +77,7 @@
}
.item-dimmed {
opacity: 0.6;
opacity: 0.71;
}
.item-radio-checked {

View File

@ -1,4 +1,6 @@
core-course-module {
background: white;
display: block;
a.core-course-module-handler {
align-items: flex-start;