Y
Y
Yarik2020-04-24 23:50:35
css
Yarik, 2020-04-24 23:50:35

How to remove dotted border around links?

How to remove dotted border around links in Mozilla? plows in Yandexoutline: none; !important;

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry Markov, 2020-04-25
@En-Tilza

try
border:none;

A
Arseny, 2020-04-25
Matytsyn @ArsenyMatytsyn

outline: none; !important;
The rules are separated by semicolons. Those. such a rule cannot work, because !important "goes to a new line".
They write like this:
outline: none!important;
And, in between, the use of important says that you messed up in the layout. If it's not some utility classes.

P
Pavel Lovtsevich, 2020-04-25
@lautsevich

I highly recommend that you read what is written on the site at the link below about hiding the outline.
outlinenone.com
5ea3f1c5d9bdb353964431.png

A
andropovf11, 2020-04-25
@andropovf11

You have a mistake. Correctly so: outline: none!important;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question