Using the markup below, the button text is underlined when hovered over. How can I get rid of that behavior?
Is there a better way to add links to a btn-group in boo
a:hover{text-decoration: underline !important} a{text-decoration: none !important}