Answers for "how to stop square outline when clicking button html"

CSS
1

remove clicked button border

<button style="outline: none;"></button>
Posted by: Guest on July-10-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 "how to stop square outline when clicking button html"

Browse Popular Code Answers by Language