Answers for "how to remove the border when a button is clicked in ss"

CSS
2

how to remove border on button click

.btnName{
	outline: none;
}
Posted by: Guest on August-27-2020
1

remove clicked button border

<button style="outline: none;"></button>
Posted by: Guest on July-10-2020

Code answers related to "how to remove the border when a button is clicked in ss"

Browse Popular Code Answers by Language