How to highlight text on input focus?

Forums ReactHow to highlight text on input focus?
Staff asked 2 years ago

Answers (1)

Add Answer
Staff answered 2 years ago
.input:focus {
    outline: none !important;
    border:1px solid red;
    box-shadow: 0 0 10px #719ECE;
}

 

Subscribe

Select Categories