Answers for "bootstrap button click border remove"

3

remove button highlight on click

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

remove bootstrap button outline

.btn{
	box-shadow: none !important
}
Posted by: Guest on September-22-2021

Code answers related to "bootstrap button click border remove"

Browse Popular Code Answers by Language