v1.3.2 — tooltip, subtitle colour, and draft badge fixes
Bug fixes
Tooltip cursor & link clicking restored
cursor: help on the step container was overriding the action link's pointer cursor, making links appear unclickable and suppressing the native browser tooltip. The rule has been removed — tooltips (title attribute) still show on hover, and action links are clickable again.
Subtitle colour fixed
The date subtitle was rendered inside the <a> tag on action-link steps, inheriting the link colour (red/blue) instead of the intended muted gray. It is now rendered outside the closing </a>, and the colour is locked to #999 rather than the --colortextlink CSS variable which resolves to the theme link colour.
DRAFT badge is now a proper pill
flex-basis: 100% was causing the flex item to stretch the full container width, painting an orange banner across the whole tracker. max-width: max-content now constrains the item to its text width while preserving the line-break behaviour above the funnel.