I've been playing around with this and the other answers and in Bootstrap 4.3, this is all I had to do:
.btn.btn-primary:active:hover,
.btn.btn-primary:hover {
border-color: $color-primary;
background-color: $color-primary;
// color: $color-primary;
}