View on GitHub
Buttons Extended
Custom additions to the Button component
Examples
To invert the underlining of a btn-link you can use btn-link-inverted.
<button type="button" class="btn btn-link">Standard Button Link</button>
<button type="button" class="btn btn-link btn-link-inverted">Button Link Inverted</button>