Skip to content

Commit

Permalink
fix(curriculum): increase module list tab contrast (#11062)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored May 24, 2024
1 parent d8d26c7 commit 4084fff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/src/curriculum/modules-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@
outline-style: auto;
}

> input:not(:checked) + label {
color: var(--text-secondary);
opacity: 0.775;
}

> label {
color: var(--text-inactive);
cursor: pointer;
width: max-content;
}
Expand Down

0 comments on commit 4084fff

Please sign in to comment.