How to get rid of blue outer border when clicking on a form input field?

前端 未结 5 1576
长情又很酷
长情又很酷 2021-02-03 18:15

Hi I want to get rid of the blue \"shine\" that appears when you click on a text field and begin to input data. How is this done?

I am a beginner so I am not that experi

5条回答
  •  悲哀的现实
    2021-02-03 18:43

    If you want easy solution and want to remove blue border from complete html, use

    *:focus {outline:none !important}
    

提交回复
热议问题