css: Ensure compatiblity with collapsible.js in legacy versions

This commit is contained in:
Johannes Meyer 2022-08-18 13:16:44 +02:00
parent 3eac49c5ba
commit 9e6fbf67a9

View file

@ -37,7 +37,8 @@
}
}
&.can-collapse thead th > span {
&.can-collapse thead th > span, // Icinga Web 2 < 2.12
&[data-can-collapse] thead th > span { // >= 2.12
:nth-child(1) {
display: none;
}