Chrome browser highlights tabs

Hey there,
my tabs are highlighted in chrome
please make it stop


thanks for your help!

Hi @zerotoone.de,

Please try adding this code in the Global CSS:

a:active, a:focus, a:visited {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

If the highlight persists, please provide the URL of the site.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.