Answers for "remove border when button is clicked bootstrap 5"

CSS
1

remove bootstrap button outline

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

Code answers related to "remove border when button is clicked bootstrap 5"

Browse Popular Code Answers by Language