css remove border input focus

CSS
textarea:focus, input:focus{
    outline: none;
}
Source

Also in CSS: