Any PRs being created needs a changelog.txt file before being merged into dev. See: Change Log Instructions
Description
Enlarge the map popup close button to 24px x 24px (WCAG 2.2 minimum required clickable area size)
Change the normal state button color to $c-bay-blue-40-tint (meet WCAG minimum color contrast for graphics of 3:1 against the background), $c-font-link at hover state
Normal state:
Hover state:
Add the right margin to the location name to prevent overwrapping with the close button (The link arrow doesn't overwrap with the close button.)
Increase the line height for the location name to prevent the link underline overwrapping the line below
Before:
Any PRs being created needs a changelog.txt file before being merged into dev. See: Change Log Instructions
Description
$c-bay-blue-40-tint
(meet WCAG minimum color contrast for graphics of 3:1 against the background),$c-font-link
at hover state Normal state:Hover state:
Add the right margin to the location name to prevent overwrapping with the close button (The link arrow doesn't overwrap with the close button.)
Increase the line height for the location name to prevent the link underline overwrapping the line below Before:
After:
Related Issue / Ticket
Steps to Test
1.
Screenshots
Use something like licecap to capture gifs to demonstrate behaviors.
Additional Notes:
Anything else to add?
Impacted Areas in Application
*
@TODO
*
Today I learned...