https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15927 Bug ID: 15927 Summary: Remove use of <tr class="highlight"> for alternating row colors. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org As a follow-up to the changes made in Bug 2889 we should clean up template which have markup like this: [% IF ( books_loo.toggle ) %] <tr class="highlight"> [% ELSE %] <tr> [% END %] ...with the goal of being able to remove the "highlight" class from staff-global.css or re-purpose it for a more specific highlighting task. staff-global.css line 267, "tbody tr:nth-child(odd) td" should eliminate the need for the highlight class. -- You are receiving this mail because: You are watching all bug changes.