Answers for "how to remove bootstrap button outline on click"

0

remote click outline bootstrap4

.btn:focus,button:focus{
   outline: none !important;
}
Posted by: Guest on December-03-2020

Code answers related to "how to remove bootstrap button outline on click"

Browse Popular Code Answers by Language