Disabled comment changes opacity only for message text.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
Abijeet 2018-03-11 16:49:54 +05:30
parent 01c5a31a4a
commit 18096f55d0

View file

@ -195,7 +195,7 @@
margin-left: auto;
}
#commentsTabView .comment.disabled {
#commentsTabView .comment.disabled .message {
opacity: 0.3;
}