I have the following css for textarea
textarea {
background: transparent;
display: inline;
resize: none;
margin-top: 1%;
min-width: 100px;
height: 38px;
border: none;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 20px;
font-weight: normal;
text-align: center;
border-radius: 50px;
box-shadow: 0 0 1pt 1pt #8F4A11;
}
As you can see from the image, when I click on the text area, a blue border appears around the box. I'd like to remove the blue borde. Could I request guidance please?