Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

delected blue border when an input is selected

//SCSS format

input{
  &:focus { 
    outline: none !important;
    }
}
textarea{
  &:focus { 
    outline: none !important;
    }
}

Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #delected #blue #border #input #selected
ADD COMMENT
Topic
Name
3+9 =