STYLE Removed submitdiv hidden completely to keep delete button
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-04-09 14:14:35 +02:00
parent 2c00caa15e
commit a13a7e8c5f

View File

@ -616,7 +616,6 @@ select[data-enpassusermodified='yes'] {
#dashboard_quick_press,
#dashboard_right_now,
#dashboard_activity,
#submitdiv,
#submitdiv .handle-order-higher,
#submitdiv .handle-order-lower,
#submitdiv #preview-action,
@ -639,7 +638,8 @@ select[data-enpassusermodified='yes'] {
.check-column,
.row-actions .edit,
.row-actions .view,
.row-actions .inline.hide-if-no-js {
.row-actions .inline.hide-if-no-js,
#acfml-field-group-synchronise {
@apply !hidden;
}
}
@ -696,9 +696,11 @@ select[data-enpassusermodified='yes'] {
#save-post-custom {
@apply ml-auto w-fit p-0 mr-0;
button {
@apply cursor-pointer;
@apply rounded-xl bg-amber-600 border-none text-white !px-4 !py-3 mr-0;
}
button:disabled {
@apply cursor-not-allowed;
@apply bg-neutral-300;
}
.spinner:not(.is-active) {