Skip to content
Snippets Groups Projects
Commit 74d2ff1f authored by serhii.myronets's avatar serhii.myronets
Browse files

Issue #3275945 by agami4: Reset button styles from comment delete form on the regular pages

parent c42085c9
No related branches found
No related tags found
1 merge request!125Issue #3275945 by agami4: Reset button styles from comment delete form on the regular pages
...@@ -104,7 +104,8 @@ ...@@ -104,7 +104,8 @@
right: -2px; right: -2px;
} }
.ui-dialog .comment-post-comment-delete-form.is_modal .form-actions .btn { .ui-dialog .comment-post-comment-delete-form.is_modal .form-actions .btn,
.ui-dialog .comment-comment-delete-form.is_modal .form-actions .btn {
border: 0 !important; border: 0 !important;
} }
......
...@@ -94,12 +94,15 @@ ...@@ -94,12 +94,15 @@
// Remove extra borders on the hidden buttons // Remove extra borders on the hidden buttons
// on the delete comment form // on the delete comment form
.comment-post-comment-delete-form.is_modal { .comment-post-comment-delete-form,
.comment-comment-delete-form {
&.is_modal {
.form-actions { .form-actions {
.btn { .btn {
border: 0 !important; border: 0 !important;
} }
} }
}
} }
.ui-dialog-titlebar .ui-dialog-titlebar-close { .ui-dialog-titlebar .ui-dialog-titlebar-close {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment