ThreeSixtyGiving / Insights

Combining and visualising 360Giving and charity data to answer questions about grantmaking
https://insights.threesixtygiving.org/
GNU General Public License v3.0
3 stars 2 forks source link

Select a new dataset #66

Closed morchickit closed 5 years ago

morchickit commented 5 years ago

Users reported that it is too faint and not noticeable. They mentioned it should take them back to datasets selection window, not hope page

drkane commented 5 years ago

Now opens window when clicked. Still needs styling.

claudioccm commented 5 years ago

/* kind of hacky this target solution. Ideally we would have a class for this button only. */

.results-page__menu > .results-page__menu__back {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: white;
}```
drkane commented 5 years ago

Thanks @claudioccm - I can easily add classes to these items if that's helpful for adding styles.

claudioccm commented 5 years ago

@drkane awesome. yeah, basically replace this hacky selector by the class you add there. I use a simplified BEM naming convention to my CSS classes. Here is an article I wrote about this, in case you are curious.