Closed CloudNiner closed 6 years ago
Active indicator looks like this on Chrome. I ~don't~ actually kinda like it, for emphasis, but it's the odd ball out (among Chrome, FF, and Safari. IDK about the rest). indicator:hover
is sticky upon click in Chrome, which has the outline
CSS property. If you add outline: none
to indicator.active
then it goes away. Change not tested in other browsers.
Otherwise LGTM
Looks like outline only shows in Chrome. outline:none
works as expected and cleans it up. Looks good in Chrome/FF/Safari.
Updated.
Overview
Two small changes to the Lab in preparation for the Prep demo on Wednesday.
Demo
Testing Instructions
Ensure the currently active indicator is highlighted in blue both when you choose a new indicator as well as when the app initially loads.
Ensure that you get both the Historical and Future JSON files when you click the "Download JSON" button. Some browsers will require user interaction to verify that downloading multiple files is OK.
Checklist
yarn run serve
clean?yarn run build:prod
clean?yarn run lint
clean?