Closed TangoYankee closed 2 years ago
Fascinating, thanks. I did some questionable styling that worked in development but may have broken the production application. I'd love to take on this issue if I can get some help from someone building and serving the production code locally; my first attempt just now resulted in some nonsensical syntax errors. In the meantime I can start debugging using woaq.org.
Looks like the graying-out problem happens because the production application parses custom styling differently somehow.
opacity: 100%
on menu.css line 13 as opacity: 1%
, hence the gray background showing through.
Describe the bug
When viewing the production application, the map calendar shows grey boxes in place of all its dates.
To Reproduce
Steps to reproduce the behavior:
npm run build
serve build
Expected behavior
All dates are viewable. Dates with sessions are clickable and have custom styling. Dates without sessions are disabled
Screenshots
Desktop (please complete the following information):
Affected Components (For Developers) Map -> Menu -> Calendar