forked from e621ng/e621ng
[Blacklist] Fix thumbnails not getting marked as matching the blacklist (#805)
This commit is contained in:
parent
86ba2fd4ed
commit
69010787bc
@ -77,6 +77,11 @@ article.thumbnail {
|
||||
@each $name, $color in ("e": "red", "q": "yellow", "s": "green") {
|
||||
&[data-rating=#{$name}] .desc .rating { color: palette("text-#{$color}"); }
|
||||
}
|
||||
|
||||
// Post matches blacklist
|
||||
&.filter-matches .desc {
|
||||
background-color: var(--palette-background-red);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user