Actual CSS

Link Variants

Link styling for chrome that is conceptually a link but should not look like prose.

Class reference

ClassKindDescription
.link-plainUtilityRemoves the underline and inherits the surrounding color.
.link-mutedUtilityMuted 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.

Actual CSS

Search documentation