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

Inner buttons usually have their own style
This commit is contained in:
Johannes Meyer 2022-07-22 09:27:39 +02:00
parent 222a6a8e0f
commit 181b18cfec
1 changed files with 1 additions and 1 deletions

View File

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