Answers for "remove boostrap 5 button glow"

CSS
1

remove the glow in bootstrap input

.form-control:focus {
  box-shadow: none;
}
Posted by: Guest on July-14-2020

Browse Popular Code Answers by Language