Created by: MartijnCuppens
This PR:
- Removes the color being set on focused
.btn
s - Removes
text-decoration: none
being set on focused.btn
s (no need for this, also tested this in IE10, IE11 and latest Chrome, Firefox & Safari) - Additional change: adds
text-decoration: none
to.btn
s (if$link-decoration: underline;
is used,a.btn
s would have an underline.