We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceabbd7 commit c2df5e1Copy full SHA for c2df5e1
static/css/comment.css
@@ -207,4 +207,9 @@ input.error, textarea.error {
207
/* OTHER */
208
.hidden {
209
display: none;
210
-}
+}
211
+
212
+.comment-actions-wrapper .buttonicon {
213
+ display: inline-block;
214
+ opacity: .8;
215
static/js/index.js
@@ -792,7 +792,7 @@ EpComments.prototype.getCommentData = function () {
792
793
// Delete a pad comment
794
EpComments.prototype.deleteComment = function (commentId) {
795
- $('iframe[name="ace_outer"]').contents().find(`#${commentId}`).remove();
+ $('iframe[name="ace_outer"]').contents().find(`#icon-${commentId}`).remove();
796
};
797
798
const cloneLine = (line) => {
0 commit comments