I have this coded, but that border still there
.input{
background: transparent;
font-size: 100%;
color: rgb(0, 91, 65);
outline: none;
border: none;
}
.input::placeholder{
color: rgb(0, 91, 65);
}
.input:hover{
cursor: text;
}
The border that I want to get rid off
I tried most of the things, but with no change, the background: trasparent;
was the only thing that change something of this border but while not on focus
2
Answers
I have just remade the page and the line was gone, I cannot tell what was the specific thing that made that line appear, but It's done
If you want to remove the default html style you should indicate the focused element in some other way.