AllenInstitute / biofile-finder

An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
https://biofile-finder.allencell.org/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Fix minor style issues #304

Closed SeanLeRoy closed 2 days ago

SeanLeRoy commented 2 days ago

This changeset fixes a couple style issues

Fix 1

Gradient in the list picker was wonky in some places and missing in others (see ea7d0a525a9353e3325e26a102d278ac61e4eaef). Resolves #248

Fix 2

The shimmer over the file list rows was only being applied to every other file due to being overwritten by a css property that was making every other row a different background color (to give the rows a zebra effect). I fixed this by simplifying the render tree by making the shimmer element only render when it is actually necessary. (see https://github.com/AllenInstitute/biofile-finder/pull/304/commits/cc90804d0bd1a752d098170df0ee2d18906de3b3)