Reputation: 531
Hi I've button which is created using rounded div and font awesome icon, But whenever user tap on the icon it's highlighted with orange square border. I am unable to under stand where the problem is.
Kindly check in the attached image! Please help
Upvotes: 0
Views: 208
Reputation:
You need to develop your CSS style more for than button. Just like when you use :hover. You need to set the Selector for the click. See these CSS buttons for an example on how to do it: https://github.com/alexwolfe/Buttons
Upvotes: 1