Expand description
Default LinkStyle impl driven by paint-recipe data.
RecipeLinkStyle ships the IntUI link chrome: idle / hover /
visited text colours via the standard TextRole::Link* roles, a
1 px underline matching the text colour, and a corner-rounded focus
ring that appears only on keyboard focus.
Structs§
- Link
Recipe - Configurable dimensions for
RecipeLinkStyle. - Recipe
Link Style - Default
LinkStyleshipped with Teksilo.
Constants§
Functions§
- link_
text_ role - Per-state text role for a link, given its four interaction signals
plus a static disabled hint. Exposed so custom
LinkStyleimplementations can reuse the IntUI mapping when they only want to swap the underline / focus-ring policy. Hover and pressed both map toLinkHover; visited overrides idle but is itself overridden by hover (standard web convention); disabled wins outright.