From 378cf39365ea77c3d63352f292806a51aba07233 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 19 Jan 2016 10:44:16 -0800 Subject: [PATCH] Revert "tweak blacklist css" This reverts commit 2602ee7ae7b45daf89a3c83f68cab82667c4a7e6. --- app/assets/stylesheets/specific/posts.css.scss | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 0b14c65ab..fe60ff572 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -56,7 +56,7 @@ a.blacklisted-active { text-decoration: line-through; } -.post-preview.blacklisted-active { +.post-preview.blacklisted-active, #image-container.blacklisted-active { img { display: none; } @@ -64,7 +64,7 @@ a.blacklisted-active { display: none; } - background-color: #DDD; + background-color: black; &:after { position: absolute; @@ -77,22 +77,12 @@ a.blacklisted-active { } } -#image-container.blacklisted-active { - img { - visibility: hidden; - } - &:before { - visibility: hidden; - } - - background-color: #DDD; -} - .post-preview { img { border: 2px solid transparent; } + &.post-status-has-children img { border-color: $preview_has_children_color; }