Horje
how to remove border on button click Code Example
how to remove border on button click
.btnName{
	outline: none;
}
remove on click border
outline:none;
html button remove border on click
.x-btn:focus, .button:focus, [type="submit"]:focus {
   outline: none;
}
Source: theme.co
remove outline on button click
using outline:none; we can remove that border in chrome

for tailwind css :
outline-none 
focus:outline-none




Css

Related
align ionic icons and text css Code Example align ionic icons and text css Code Example
striped tables css Code Example striped tables css Code Example
how to hover over an individual cell in table css Code Example how to hover over an individual cell in table css Code Example
border dot css Code Example border dot css Code Example
Set table cellpadding and cellspacing in CSS Code Example Set table cellpadding and cellspacing in CSS Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10