This variation is used to create a button without any background or border. It only displays the text of the button. This can be combined with other modifiers to get a different result for the text.
- a-button--ghost
<button
class="a-button a-button--ghost "
>
<span class="a-button__text">Ghost button</span>
</button>