button link hover style not linked to link hover style
Created by: danfitz36
there is a variable for the link hover style, set to underline by default. that same variable should be used for .btn-link, but that's hard coded into the less as 'text-decoration:underline' instead of 'text-decoration:@link-hover-decoration'