Fix resolve button UI issues in comments

pull/1/head
yflory 5 years ago
parent b37b8c4b31
commit 49d037a085

@ -66,7 +66,7 @@
div.cp-button-confirm { div.cp-button-confirm {
display: inline-block; display: inline-block;
button { button {
margin: 0; margin: 0 !important;
} }
.cp-button-timer { .cp-button-timer {
height: 3px; height: 3px;

@ -544,7 +544,7 @@ define([
}); });
UI.confirmButton(resolve, { UI.confirmButton(resolve, {
classes: 'btn-danger-alt' classes: 'btn-danger'
}, function () { }, function () {
// Delete the comment // Delete the comment
delete Env.comments.data[key]; delete Env.comments.data[key];

Loading…
Cancel
Save