Closed ronanflavio closed 6 years ago
I don't see any problem with this button snippet. it works perfectly fine with this template.
Please, visit this page:
https://colorlib.com/polygon/elaadmin/ui-button.html
Inspect any button and change de the tag <button>
to <a>
and see what happens.
Hmm. I see...
It's only with the btn-default
.
The outer collor and border disappear.
Take a look:
It is just styled like that to begin with. See default button styling with
Thanks bro.
I made my own btn-default
style to be applied at the <a>
tag.
If I try using
<button>
tag, as showing in docs, the buttons style is ok:But if I try using
<a>
tag, the style is not applied to the button: