From 3c1ae96a9401854d62c7950e12a4bfdfab9f2f79 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 1 Nov 2016 17:52:21 +0300 Subject: [PATCH] fix deleted style applying to nested posts --- less/topic.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/topic.less b/less/topic.less index cd93a5b..f7d7d35 100644 --- a/less/topic.less +++ b/less/topic.less @@ -293,7 +293,7 @@ } &.deleted { - .content { + > .content { .opacity(0.3); }