Bootstrap: Clickable Label

Created on 22 May 2012  路  3Comments  路  Source: twbs/bootstrap

Hi,

If you hover a clickable label, it will show an underline:
<a href="#"><span class="label">Label Text</span></a>

Easy fix, but would be nice to have it included...

Most helpful comment

Add the .label class to the a directly.

<a href="#" class="label">Label Text</a>

The CSS rule for that is already in labels-badges.less.

All 3 comments

Add the .label class to the a directly.

<a href="#" class="label">Label Text</a>

The CSS rule for that is already in labels-badges.less.

What @r1ch0 said.

Thanks!

Was this page helpful?
0 / 5 - 0 ratings