css: Only apply .collapsible-control styles to outer buttons

Inner buttons usually have their own style

(cherry picked from commit 181b18cfecbed5e73d1a7140f6f38c64eab3c926)
This commit is contained in:
Johannes Meyer 2022-07-22 09:27:39 +02:00
parent 4e4403ff3e
commit 3623c8b53a

View File

@ -303,7 +303,7 @@ a:hover > .icon-cancel {
display: none;
}
.collapsible-control {
.collapsible + .collapsible-control {
position: relative;
z-index: 1;