Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

hiding button border when clicked

*:focus {
    outline: 0 !important;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #hiding #button #border #clicked
ADD COMMENT
Topic
Name
9+2 =