Bassant Ashraf
0
Q:

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)
1
button:focus { outline: none; }
3

New to Communities?

Join the community