Answers for "button click getting black line focus in angular"

3

remove button highlight on click

.btn:focus {
  outline: none;
  box-shadow: none;
}
Posted by: Guest on May-04-2020

Code answers related to "button click getting black line focus in angular"

Browse Popular Code Answers by Language