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...
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!
Most helpful comment
Add the
.labelclass to theadirectly.The CSS rule for that is already in labels-badges.less.