D
D
Denys2021-07-29 18:04:22
css
Denys, 2021-07-29 18:04:22

How to remove blue border from nav element?

Good afternoon.
Can you please tell me how can I remove this blue border around the nav element when clicked?
I'm using Bootstrap's Navbar menu.
On the desktop, everything is fine, it is not even displayed. But when I uploaded my project to github and went to see the page from my phone, I noticed such a blue frame when I clicked it.
5bec726d651d.jpg

I can't figure out how to remove it. ..Please help!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Grigory Morgachev, 2021-07-29
@GrinMorg

.element:focus {
    border: none;
    outline: none;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question