[Cleanup] Remove modqueue tag coloring

This commit is contained in:
Earlopain 2022-03-28 19:16:45 +02:00
parent 0033c5a8ae
commit d0db1dd2dd
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897
4 changed files with 0 additions and 26 deletions

View File

@ -244,8 +244,6 @@ $iqdb-post-border: lightgrey;
// Mod queue
$modqueue-post-pos-score-background: rgb(230, 255, 230);
$modqueue-post-neg-score-background: rgb(255, 230, 230);
$modqueue-post-quality-warning-background: $preview-quality-warning-color;
$modqueue-post-sample-warning-background: $preview-sample-warning-color;
// Notes
$note-color: $inverted-text-color;

View File

@ -24,18 +24,6 @@ div#c-moderator-post-queues {
float: left;
width: 800px;
}
//<% Danbooru.config.modqueue_quality_warning_tags.each do |tag| %>
// &[data-tags~="<%= tag %>"] {
// background-color: $modqueue-post-quality-warning-background;
// }
//<% end %>
//
//<% Danbooru.config.modqueue_sample_warning_tags.each do |tag| %>
// &[data-tags~="<%= tag %>"] {
// background-color: $modqueue-post-sample-warning-background;
// }
//<% end %>
}
div#moderation-guideline {

View File

@ -6,5 +6,3 @@
Posts with score -3 or lower are marked red.
Posts with score 3 or higher are marked green.
</p>
<p>Posts with the <%= link_to_wiki(*Danbooru.config.modqueue_quality_warning_tags, last_word_connector: ", or ") %> tags are marked in yellow.</p>
<p>Posts with the <%= link_to_wiki(*Danbooru.config.modqueue_sample_warning_tags, last_word_connector: ", or ") %> tags are marked in light red.</p>

View File

@ -755,16 +755,6 @@ fart'
["better_version_at_source"]
end
# Posts with these tags will be highlighted yellow in the modqueue.
def modqueue_quality_warning_tags
%w[hard_translated self_upload nude_filter third-party_edit screencap]
end
# Posts with these tags will be highlighted red in the modqueue.
def modqueue_sample_warning_tags
%w[duplicate image_sample md5_mismatch resized upscaled downscaled]
end
# The default headers to be sent with outgoing http requests. Some external
# services will fail if you don't set a valid User-Agent.
def http_headers