From cdf2bec907c5f39c7cba35461ee12fcb77136922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 26 Jul 2019 20:34:43 -0400 Subject: [PATCH] https://github.com/NodeBB/NodeBB/issues/7798 --- less/topic.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/less/topic.less b/less/topic.less index 9fa565b..c77793c 100644 --- a/less/topic.less +++ b/less/topic.less @@ -104,7 +104,7 @@ .post-header { position: relative; } - + .bookmarked { position: absolute; top: -2px; @@ -575,18 +575,18 @@ [component="post"] { - [component="user/picture"], [component="user/status"] { + >.post-header [component="user/picture"], >.post-header [component="user/status"] { opacity: 1; } - .icon:before { + >.post-header .icon:before { opacity: 0; } &.bg-success { background-color: initial; - .icon:before { + >.post-header .icon:before { border: 1px solid #5cb85c; color: #5cb85c; -webkit-transition: .2s ease-in-out all; @@ -600,7 +600,7 @@ font: normal normal normal 14px/1 FontAwesome; } - [component="user/picture"], [component="user/status"] { + >.post-header [component="user/picture"], >.post-header [component="user/status"] { opacity: 0; } }