fuck this shit
This commit is contained in:
@@ -2352,29 +2352,12 @@ body.layout-modern .item-sidebar-left .tag-controls {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit-comment .submit-spinner {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.submit-comment .submit-label {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.submit-comment.loading {
|
.submit-comment.loading {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
cursor: wait;
|
cursor: wait;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit-comment.loading .submit-label {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.submit-comment.loading .submit-spinner {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.submit-comment.uploading {
|
.submit-comment.uploading {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|||||||
@@ -2116,7 +2116,7 @@ class CommentSystem {
|
|||||||
${counter}
|
${counter}
|
||||||
${attachBtn}
|
${attachBtn}
|
||||||
${parentId ? `<button class="cancel-reply" title="${cancelLabel}"><i class="fa-solid fa-xmark"></i></button>` : ''}
|
${parentId ? `<button class="cancel-reply" title="${cancelLabel}"><i class="fa-solid fa-xmark"></i></button>` : ''}
|
||||||
<button class="submit-comment"><span class="submit-label">${postLabel}</span><i class="fa-solid fa-spinner fa-spin submit-spinner"></i></button>
|
<button class="submit-comment"><span class="submit-label">${postLabel}</span></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user