Reset opacity for useless comment by mouse hover event (#227)

This commit is contained in:
Pavel Loparev
2018-12-08 22:48:04 -06:00
committed by Umputun
parent b3683c4f60
commit 7b3e9bd659
@@ -1,5 +1,8 @@
.comment_useless {
.comment__body {
opacity: 0.35;
&:hover {
opacity: 1;
}
}
}