Answers for "remove button outline on click bootstrap"

CSS
1

remove bootstrap button outline

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

remote click outline bootstrap4

.btn:focus,button:focus{
   outline: none !important;
}
Posted by: Guest on December-03-2020

Code answers related to "remove button outline on click bootstrap"

Browse Popular Code Answers by Language