mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 03:42:16 +08:00
UX: cleaner trending up/down stats colors
This commit is contained in:
parent
51a9bc055b
commit
041f7544c6
|
@ -799,14 +799,14 @@ table.api-keys {
|
|||
}
|
||||
|
||||
&.trending-up {
|
||||
color: $success;
|
||||
i.up {
|
||||
color: $success;
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
&.trending-down {
|
||||
color: $danger;
|
||||
i.down {
|
||||
color: $danger;
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user