Horje
how to remove button decoration Code Example
how to remove button decoration
button {
    border: none;
}

button:focus {
    border: none;
    outline: none;
}

button:focus{
    outline:none !important;
}
(add !important if it is used in Bootstrap)
remove button default border css
button:focus { outline: none; }




C

Related
bootstrap carousel stop autoplay Code Example bootstrap carousel stop autoplay Code Example
how to set a pointer to an offset in c Code Example how to set a pointer to an offset in c Code Example
latex noindent Code Example latex noindent Code Example
pygame detect click Code Example pygame detect click Code Example
E: The repository 'http://ppa.launchpad.net/webupd8team/atom/ubuntu focal Release' does not have a Release file. 404 error remove Code Example E: The repository 'http://ppa.launchpad.net/webupd8team/atom/ubuntu focal Release' does not have a Release file. 404 error remove Code Example

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