Skip to content

Commit

Permalink
Re-add underline to names on tests view #707
Browse files Browse the repository at this point in the history
  • Loading branch information
caebr committed Jul 2, 2024
1 parent 9076d96 commit c89c170
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ tbody td.student-name {
text-decoration: none;
}

span:first-child {
div:first-child {
text-decoration: underline;
}

span:first-child:hover {
div:first-child:hover {
text-decoration-color: $accent;
}
}
Expand Down

0 comments on commit c89c170

Please sign in to comment.