Answers for "remove outline of button when clicked css"

CSS
1

remove box around button when clicked

* {
	outline: none;
}
Posted by: Guest on July-19-2020
0

remove outline on button click

using outline:none; we can remove that border in chrome

for tailwind css :
outline-none 
focus:outline-none
Posted by: Guest on September-13-2020

Code answers related to "remove outline of button when clicked css"

Browse Popular Code Answers by Language