Answers for "angular disable button focus border"

3

diable focus button css

*:focus {
    outline: 0 !important;
}
Posted by: Guest on June-12-2020
3

remove button highlight on click

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

Code answers related to "angular disable button focus border"

Browse Popular Code Answers by Language