css: Only apply .collapsible-control styles to outer buttons
Inner buttons usually have their own style
This commit is contained in:
parent
222a6a8e0f
commit
181b18cfec
|
@ -303,7 +303,7 @@ a:hover > .icon-cancel {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapsible-control {
|
.collapsible + .collapsible-control {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue