diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 788236f8c809dd050602e19d78d75e236cd45bb6..c6e165ccdcae7d15aa1511f259c916ac14c69102 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ---------------------- diff --git a/aleksis/apps/alsijil/static/css/alsijil/full_register.css b/aleksis/apps/alsijil/static/css/alsijil/full_register.css index 0584c12ee4e266f43fe8d34c8003d37d4a09815c..9068a104cb2464a0cb95073e3ee8a66bddfaf21e 100644 --- a/aleksis/apps/alsijil/static/css/alsijil/full_register.css +++ b/aleksis/apps/alsijil/static/css/alsijil/full_register.css @@ -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; }