Answers for "input onclick border none"

1

how to remove onclick input border

outline:none
Posted by: Guest on August-23-2020
0

not make input box border on click

[contenteditable="true"]:focus {
    outline: none;
}
Posted by: Guest on April-24-2021

Browse Popular Code Answers by Language