Merge pull request #3324 from wil93/stats_color

UX: cleaner trending up/down stats colors
This commit is contained in:
Jeff Atwood 2015-04-02 17:03:28 -07:00
commit af6fad7947
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}