how to remove highlight from button once clicked code example Example: remove button highlight on click .btn:focus { outline: none; box-shadow: none; }