gcollazo / ember-cli-addon-search

This project is no longer maintained please visit Ember Observer

Home Page:https://emberobserver.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Score is not shown anymore

0x0badc0de opened this issue · comments

Column score doesn't show numeric scores anymore because related styles contain floats instead of integers (e,g, score--s6.0 instead of score--s6)

commented

I'm not sure if the underlying data changed but the scores are still there. I'm assuming they were integers before since the style sheet references scores with integers.

.score--s-,
.score--sWIP {
background-color: #ACACAC;
}

.score--s1 {
background-color: #E12728;
}

.score--s2 {
background-color: #E12728;
}

.score--s3 {
background-color: #EE9428;
}