tweak blacklist css
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user