From a208c161885fba37ea5972766aad263b2910b0a2 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 19 Jan 2016 10:44:49 -0800 Subject: [PATCH] Revert "fixes #2566, fixes #2567" This reverts commit a575891cec301fface46f118ad0a8c4d91f70ae6. --- .../stylesheets/specific/posts.css.scss | 21 +++---------------- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index fe60ff572..e8170affc 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -57,24 +57,9 @@ a.blacklisted-active { } .post-preview.blacklisted-active, #image-container.blacklisted-active { - img { - display: none; - } - &:before { - display: none; - } - - background-color: black; - - &:after { - position: absolute; - content: "Blacklisted"; - color: white; - top: 45%; - right: 0; - left: 0; - font-size: 130%; - } + filter: brightness(0%); + -webkit-filter: brightness(0%); + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } .post-preview {