Links

Links (anchors) in sme default to an indistinguishable appearance from other text.

The reason for this is that anchor tags are primarily used for internal navigation. .

Default Behavior

Links (anchors) in SME default to an indistinguishable appearance from other text. They should retain this appearance when used for internal navigation or 'button' like behavior

Note that links are not normally used as plane text, but have some other styling applied to them, such as Buttons

Example

<a routerLink="/tools">Go Back to 'Landing'</a>

Traditional Behavior

The traditional link style can be restored using the 'sme-link' class. It should only be applied when the link will navigate away from the product.

Traditional link styling may also be applied when the major focus of the page will be changing or if it needs to be distinguishable (such as in a paragraph), such as when navigating from managing a cluster to managing a server

Example

<a class="sme-link" href="http://www.bing.com">Go to 'Bing'</a>