modqueue: remove highlighting of high/low scoring posts.
This commit is contained in:
@@ -54,8 +54,6 @@
|
||||
|
||||
--modqueue-sample-warning-color: var(--error-background-color);
|
||||
--modqueue-quality-warning-color: var(--warning-background-color);
|
||||
--modqueue-positive-score-background-color: var(--success-background-color);
|
||||
--modqueue-negative-score-background-color: var(--error-background-color);
|
||||
|
||||
--uploads-dropzone-background: #EEE;
|
||||
--uploads-dropzone-progress-bar-foreground-color: var(--link-color);
|
||||
@@ -343,8 +341,6 @@ body[data-current-user-theme="dark"] {
|
||||
|
||||
--modqueue-sample-warning-color: var(--error-background-color);
|
||||
--modqueue-quality-warning-color: var(--warning-background-color);
|
||||
--modqueue-positive-score-background-color: var(--success-background-color);
|
||||
--modqueue-negative-score-background-color: var(--error-background-color);
|
||||
|
||||
--news-updates-background: var(--grey-3);
|
||||
--news-updates-border: 2px solid var(--grey-4);
|
||||
|
||||
@@ -5,14 +5,6 @@ div#c-modqueue {
|
||||
padding: 1em;
|
||||
overflow: hidden;
|
||||
|
||||
&.post-pos-score {
|
||||
background: var(--modqueue-positive-score-background-color);
|
||||
}
|
||||
|
||||
&.post-neg-score {
|
||||
background: var(--modqueue-negative-score-background-color);
|
||||
}
|
||||
|
||||
aside.column {
|
||||
@media (min-width: 660px) {
|
||||
padding-right: 1em;
|
||||
|
||||
Reference in New Issue
Block a user