Skip to content

Commit 857b3a0

Browse files
committed
Fix: Do not show cancel link twice in delete confirmation.
1 parent 5519756 commit 857b3a0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

djangocms_simple_admin_style/static/djangocms_simple_admin_style/css/djangocms-simple-admin.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

private/djangocms-simple-admin.css

+7
Original file line numberDiff line numberDiff line change
@@ -450,3 +450,10 @@ a.cms-btn-group:link, a.cms-btn-group, a.cms-btn-group:hover {
450450
.delete-confirmation form input[type="submit"] {
451451
color: var(--dca-white);
452452
}
453+
454+
/* Hide cancel-link in delete confirmation*/
455+
456+
.cms-admin-modal.delete-confirmation .cancel-link, .cms_modal-window.delete-confirmation .cancel-link,
457+
.popup.delete-confirmation .cancel-link {
458+
display: none;
459+
}

0 commit comments

Comments
 (0)