http://jsfiddle.net/x1hphsvb/4594/
The text color differs between <button> and <a> elements. Is this a bug or default behavior?
I know a workaround by specifying some extra css like:
a.btn-outline-danger {
color:red !important;
}
a.btn-outline-danger:hover {
color:white !important;
}
Hi @FabianKoestring,
The href attribute is missing from the links
Most helpful comment
Hi @FabianKoestring,
The
hrefattribute is missing from the links