Currently, I am dealing with a minor problem regarding buttons in Bootstrap 4.
<button type="submit" class="btn btn-success form-btn">Rechercher</button>
This is how the button appears initially:
https://i.sstatic.net/5mqGW.png
However, after clicking on it, the appearance changes once the mouse pointer leaves the button:
https://i.sstatic.net/SJ4Y5.png
The altered look only persists when the mouse returns inside the button or clicked again.
I suspect there might be an issue with the active selector but I'm struggling to identify the root cause of this behavior.
Any assistance in resolving this matter would be greatly appreciated.