Viewing 1 replies (of 1 total)
  • Hi @fab17an,

    It is intentional and actually is WCAG standards.

    You can use the below CSS to remove it

    a:focus {
        outline: none;
    }

    However, while we can remove it using CSS, it’s recommended to keep it.

    I hope it will help.

    Kind regards,
    Herman ??

Viewing 1 replies (of 1 total)
  • The topic ‘dotted line theme astra’ is closed to new replies.