Answers for "remove glow for bootstrap"

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