Created by: JelteF
This stack overflow post suggests that the form-control
class should be used if you want a full-width button in your form. This sounds reasonable, but because of the focus glow in normal .form-control
elements it pressing of the button gets an added transition.
This pull request disables that transition.