+ 7
How to remove this orange borders from buttons which appears on click?
2 Answers
+ 4
I get no borders on iOS Safari so it’s likely browser specific.
You can add: ”outline: none;” to your button tag on focus. This usually removes the recent change where links and buttons receive a border of some color when they’ve been pressed.
i.e.
button:focused { outline: none; }
Hope it helped.
EDIT:
No Problem
+ 3
That helped, thanks!
Hot today
Python — File Handling
2 Votes
What’s wrong?
2 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Achievements on Sololearn
1 Votes
Question - Java: Pyramid layers
2 Votes
Error in Program
1 Votes