Home > Article > Web Front-end > In the Chrome browser, how to prevent input[text] and textarea from appearing with yellow borders when focused_javascript tips
Especially input[text] and textarea, and there is also a function in the lower right corner of textarea that can be used to drag the size of the textarea with the mouse, as shown in the following figure:
input[text]:
textarea:
Sometimes the yellow border affects the page effect, and dragging the textarea to change the size directly affects the layout. Therefore, in order to prevent these redundant functions and effects from affecting the page, you can use a few CSS to clear the default settings of the Chrome browser. The effect, the code is as follows:
The yellow border generated when canceling the focus of the form item: