mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
css: Ensure compatiblity with collapsible.js in legacy versions
This commit is contained in:
parent
3eac49c5ba
commit
9e6fbf67a9
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue