Button Click Border Radius Style Issue
css, html
Solution
Outline: none;
That should fix this.
Problem
I am new to CSS. I created a button and I given border-radius to 18px. Everything looks fine, but when I click on that button it showing orange color border as follows. How Can i remove that ?