We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The agency-links includes is used on the Help page and some of the agency-specific Error pages, as shown above in Figma screenshots.
agency-links
The transit agency names are currently unbold on Dev, but they are bolded correctly on Prod. So we have a regression somewhere.
The text was updated successfully, but these errors were encountered:
Update: I figured out the cause of the bug. It's coming from removing the CA State Web Template, which gives us this:
.nav-media .subtitle, label { font-weight:700; }
I was also reading the HTML spec, which actually states that labels should only use for form fields, so this HTML element should be a span or p.
label
span
p
Sorry, something went wrong.
machikoyasuda
Successfully merging a pull request may close this issue.
The
agency-links
includes is used on the Help page and some of the agency-specific Error pages, as shown above in Figma screenshots.The transit agency names are currently unbold on Dev, but they are bolded correctly on Prod. So we have a regression somewhere.
![Image](https://private-user-images.githubusercontent.com/3673236/395294264-2adf95a0-d075-4638-9206-22bc068950ee.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTM4NzMsIm5iZiI6MTczOTA1MzU3MywicGF0aCI6Ii8zNjczMjM2LzM5NTI5NDI2NC0yYWRmOTVhMC1kMDc1LTQ2MzgtOTIwNi0yMmJjMDY4OTUwZWUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMjIyNjEzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzdlZjZlYjMyMDkxNjgwNDQ3ZTliMmJhOGVkNjc4ZDdhMzJlZTFiYmZmYzA0YWM3OTRjNTA1MzFhOWVlMzRjMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.bEYsUJP9QIsRzju0J0RNOH4EYSoEhj1DaWAQbpiDhsM)
The text was updated successfully, but these errors were encountered: