|
Class name |
Purpose |
|---|---|
|
link-primary |
Apply the primary-link style, including hover etc. |
|
link-secondary |
Apply the secondary-link style, including hover etc. |
|
link-tertiary |
Apply the tertiary-link style, including hover etc. |
|
link-disabled |
Visually mark current link as disabled |
|
link-underlined |
Add underline to current link, applies everywhere except headings |
|
link-not-underlined |
Never underline links |
|
link-stretched |
Expand the interactive link area over the closest element with `position: relative` or `position: absolute` |
|
link-allow-visited-style |
Allow links to obtain visited state representations |
For easier work with links, there is the Link component in React implementation of Spirit. Helper classes listed below still have their place in development, though.