Merge pull request #7275 from nextcloud/disable-elements-while-a-comment-is-being-deleted

Disable elements while a comment is being deleted
This commit is contained in:
Morris Jobke 2017-11-24 16:14:53 +01:00 committed by GitHub
commit 892d2630fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -35,8 +35,8 @@
border: none;
opacity: .3;
}
#commentsTabView .newCommentForm .submit:hover,
#commentsTabView .newCommentForm .submit:focus {
#commentsTabView .newCommentForm .submit:not(:disabled):hover,
#commentsTabView .newCommentForm .submit:not(:disabled):focus {
opacity: 1;
}

Binary file not shown.