Answers for "the menu button has border when clicked how to remove bootstrap"

CSS
1

remove bootstrap button outline

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

Code answers related to "the menu button has border when clicked how to remove bootstrap"

Browse Popular Code Answers by Language