Disabled comment changes opacity only for message text.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
parent
01c5a31a4a
commit
18096f55d0
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
|||
margin-left: auto;
|
||||
}
|
||||
|
||||
#commentsTabView .comment.disabled {
|
||||
#commentsTabView .comment.disabled .message {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue