Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

color tag categories for Data & Products #43

Closed
2 tasks
bbest opened this issue Jan 24, 2022 · 3 comments
Closed
2 tasks

color tag categories for Data & Products #43

bbest opened this issue Jan 24, 2022 · 3 comments

Comments

@bbest
Copy link
Collaborator

bbest commented Jan 24, 2022

For instance, we could:

$("[data-filter^='.js-id-region--']").
  css('background-color', 'blue');
$("[data-filter^='.js-id-org--']").
  css('background-color', 'green');
$("[data-filter^='.js-id-tool--']").
  css('background-color', 'red');
$("[data-filter^='.js-id-product_type--']").
  css('background-color', 'yellow');

image

@7yl4r
Copy link
Member

7yl4r commented Feb 3, 2022

Took some trial and error but it is done!

@7yl4r 7yl4r closed this as completed Feb 3, 2022
@bbest
Copy link
Collaborator Author

bbest commented Feb 15, 2022

So cool! The text is hard to read though with current color palette:

image

@MathewBiddle
Copy link

See this ticket too #39 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants