There was a strange problem - a white outline appears in the header when you hover over objects. I did not write outline anywhere, but also if I write * {outline: none; }, it still doesn't help. What could be the problem?

  • 2
    Where does it appear, which objects, in which browser? And the code would also be nice to attach. - Hikikomori 2:07 pm
  • In reset.css, I usually write this: focus {outline: 0; } to remove the selection everywhere, but this is with focus, not hover - Bert
  • After checking it turned out that the problem is that I use background-blend-mode. I use the latest google chrome. - hazer_hazer

0