mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: time to first reponse and topics with no reponse admin reports should show down arrow as green, up arrow as red
This commit is contained in:
@@ -816,6 +816,15 @@ table.api-keys {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tr.reverse-colors {
|
||||
td.value.trending-down i.down {
|
||||
color: $success;
|
||||
}
|
||||
td.value.trending-up i.up {
|
||||
color: $danger;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.detected-problems {
|
||||
|
||||
Reference in New Issue
Block a user