ramp4-pcar4 / story-ramp

Storytelling with interactive maps using RAMP
MIT License
4 stars 14 forks source link

make dynamic links focusable #274

Closed RyanCoulsonCA closed 1 year ago

RyanCoulsonCA commented 1 year ago

Closes #270

Adds a href attribute to the dynamic panel links in order to make them focusable. Since these are now treated as proper anchor tags, they appear bold and blue like other links. In order to distinguish between these dynamic anchor tags and regular anchor tags, the underline below will be dotted instead of a solid line.

Example: image


This change is Reviewable