Skip to content

Commit 4084fff

Browse files
authored
fix(curriculum): increase module list tab contrast (#11062)
1 parent d8d26c7 commit 4084fff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: client/src/curriculum/modules-list.scss

+5-1
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,12 @@
6262
outline-style: auto;
6363
}
6464

65+
> input:not(:checked) + label {
66+
color: var(--text-secondary);
67+
opacity: 0.775;
68+
}
69+
6570
> label {
66-
color: var(--text-inactive);
6771
cursor: pointer;
6872
width: max-content;
6973
}

0 commit comments

Comments
 (0)