mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 19:43:26 +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…
x
Reference in New Issue
Block a user