Bug 27493: Add styling for hidden columns

I'm sure adding a 'hidden' class to a table column used to remove it
from display entirely.. seems that's no longer the case so we add the
CSS back in here.

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Martin Renvoize 2021-01-20 12:42:58 +00:00 committed by Jonathan Druart
parent d7175906ea
commit 25106761ce

View file

@ -172,6 +172,10 @@ td {
&.numcol {
width: 3ch;
}
&.hidden {
display: none;
}
}
th {