tweak blacklist css

This commit is contained in:
r888888888
2016-01-18 15:14:00 -08:00
parent 4045d2074c
commit 2602ee7ae7

View File

@@ -56,7 +56,7 @@ a.blacklisted-active {
text-decoration: line-through; text-decoration: line-through;
} }
.post-preview.blacklisted-active, #image-container.blacklisted-active { .post-preview.blacklisted-active {
img { img {
display: none; display: none;
} }
@@ -64,7 +64,7 @@ a.blacklisted-active {
display: none; display: none;
} }
background-color: black; background-color: #DDD;
&:after { &:after {
position: absolute; position: absolute;
@@ -77,12 +77,22 @@ a.blacklisted-active {
} }
} }
#image-container.blacklisted-active {
img {
visibility: hidden;
}
&:before {
visibility: hidden;
}
background-color: #DDD;
}
.post-preview { .post-preview {
img { img {
border: 2px solid transparent; border: 2px solid transparent;
} }
&.post-status-has-children img { &.post-status-has-children img {
border-color: $preview_has_children_color; border-color: $preview_has_children_color;
} }