Skip to content
Snippets Groups Projects
Commit c6aeba8d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '169-full-register-printout-subjects-are-displayed-wrongly' into 'master'

Resolve "[Full register printout] Subjects are displayed wrongly"

Closes #169

See merge request !239
parents 564895ee 8fa6c0cc
No related branches found
No related tags found
1 merge request!239Resolve "[Full register printout] Subjects are displayed wrongly"
Pipeline #38624 passed
......@@ -14,6 +14,8 @@ Fixed
* Translate table columns and filter button on person overview page.
* Show correct status icon for events.
* Subjects in full register printout were struck through although they
hadn't changed.
`2.0rc6`_ - 2021-08-25
----------------------
......
......@@ -30,18 +30,10 @@ td.rotate, th.rotate {
transform: rotate(-90deg);
}
tr.lesson-cancelled td.subj {
text-decoration: line-through;
}
tr.lesson-cancelled td {
background-color: #EF9A9A;
}
tr.lesson-substituted td.lesson-subj {
text-decoration: line-through;
}
tr.lesson-substituted td {
background-color: #ffb74d;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment