Fix opacity issue on low quality comments (#4076) [ci skip]

This commit is contained in:
Andrew Siegman 2019-09-20 12:16:24 -05:00 committed by Mac Siri
parent de6129b29c
commit 04b7417e27

View file

@ -588,7 +588,7 @@ a.header-link {
margin-right: 2px;
}
}
.low-quality-comment {
.low-quality-comment > *:not(.dropdown) {
opacity: 0.5;
}
.body {