Answers for "how to remove the blue glow on bootstrap input"

CSS
1

remove the glow in bootstrap input

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

Code answers related to "how to remove the blue glow on bootstrap input"

Browse Popular Code Answers by Language