Answers for "stop bootstrap button from having outline when pressed"

CSS
1

remove bootstrap button outline

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

Code answers related to "stop bootstrap button from having outline when pressed"

Browse Popular Code Answers by Language