hlxsites / caesars

Caesars AEM Franklin Implementation
Apache License 2.0
1 stars 1 forks source link

Make entire quick facts hours clickable #219

Closed arumsey closed 1 year ago

arumsey commented 1 year ago

Currently only the arrow div is clickable and the click handler is on a div which is not accessible. The entire .quick-facts-hours-container element should really be wrapped in an anchor with a role of button with a click handler. That way the opening hours can be viewed when clicking anywhere on the button, you won't need to add a special cursor to the div and it will be keyboard accessible.

image