When an HTML element is \'focused\' (currently selected/tabbed into), many browsers (at least Safari and Chrome) will put a blue border around it.
For the layout I a
In Bootstrap 4 to remove border outline you can use shadow-none, it will remove focus outline.
shadow-none
Name