Fix css
This commit is contained in:
parent
e98fabfd0e
commit
50bbb56ad5
|
@ -47,16 +47,36 @@ html[data-theme="light"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.field-type.array-field.group-array {
|
.field-type.array-field.group-array {
|
||||||
.array-field__header-actions,
|
> .array-field__header {
|
||||||
|
.array-field__header-actions {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
> div {
|
||||||
|
> div {
|
||||||
|
> div {
|
||||||
|
> .collapsible__toggle-wrap {
|
||||||
|
.array-actions__duplicate {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.collapsible__drag,
|
.collapsible__drag,
|
||||||
.collapsible__toggle,
|
.collapsible__toggle,
|
||||||
.collapsible__header-wrap,
|
.collapsible__header-wrap,
|
||||||
.collapsible__indicator,
|
.collapsible__indicator {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.collapsible__actions-wrap {
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
.array-actions__add,
|
.array-actions__add,
|
||||||
.array-actions__duplicate {
|
.array-actions__duplicate {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.collapsible__actions-wrap {
|
}
|
||||||
z-index: 1;
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue