[Koha-bugs] [Bug 29218] "hidden" class is not working for DT if column visibility button is used

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 13 10:23:21 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29218

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 126145
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126145&action=edit
Bug 29218: Rename .hidden class for DT visibility

.hidden get the CSS that interferes with DT behaviour

.hidden {
    display: none !important;
}

Test this patch with bug 28859.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list