completely blackout blacklisted posts
This commit is contained in:
@@ -384,6 +384,3 @@ DEPENDENCIES
|
|||||||
vcr
|
vcr
|
||||||
webmock
|
webmock
|
||||||
whenever
|
whenever
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
1.10.0
|
|
||||||
|
|||||||
@@ -57,9 +57,9 @@ a.blacklisted-active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-preview.blacklisted-active, #image-container.blacklisted-active {
|
.post-preview.blacklisted-active, #image-container.blacklisted-active {
|
||||||
filter: brightness(10%);
|
filter: brightness(0%);
|
||||||
-webkit-filter: brightness(10%);
|
-webkit-filter: brightness(0%);
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-preview {
|
.post-preview {
|
||||||
|
|||||||
Reference in New Issue
Block a user