Merge pull request #1453 from crazyserver/MOBILE-2495
MOBILE-2495 ux: Hight contrast on dimmed course modulesmain
commit
23dde1b91e
|
@ -77,7 +77,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-dimmed {
|
.item-dimmed {
|
||||||
opacity: 0.6;
|
opacity: 0.71;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-radio-checked {
|
.item-radio-checked {
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
core-course-module {
|
core-course-module {
|
||||||
|
background: white;
|
||||||
|
display: block;
|
||||||
|
|
||||||
a.core-course-module-handler {
|
a.core-course-module-handler {
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
Loading…
Reference in New Issue