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
You can use below style property on element to avoid blue border.
style="box-shadow: none;"
For example: Here, I've used in my button
Button