Link Variants
Link styling for chrome that is conceptually a link but should not look like prose.
Class reference
| Class | Kind | Description |
|---|---|---|
.link-plain | Utility | Removes the underline and inherits the surrounding color. |
.link-muted | Utility | Muted link that shifts to the full text color on hover. |
Plain
.link-plain removes the link's underline and inherits the surrounding color. Use for chrome that is conceptually a link (a card title, a table row action, a tag, a breadcrumb segment) but should not look like prose.
Muted
.link-muted is a .link-plain that starts in the muted text color and shifts to the full text color on hover. Use for navigation lists, table of contents, and other secondary navigation surfaces.