Fix opacity issue on low quality comments (#4076) [ci skip]
This commit is contained in:
parent
de6129b29c
commit
04b7417e27
1 changed files with 1 additions and 1 deletions
|
|
@ -588,7 +588,7 @@ a.header-link {
|
|||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
.low-quality-comment {
|
||||
.low-quality-comment > *:not(.dropdown) {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.body {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue