Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

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)
 
PREVIOUS NEXT
Tagged: #remove #button #decoration
ADD COMMENT
Topic
Name
3+4 =