Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #860627

    salilou
    Participant

    Hi

    I have an issue that I found in this thread but with no solution yet:
    https://community.theme.co/forums/topic/link-border-issue-on-all-my-sites-was-not-there-before/

    In Firefox browser I see a thick ugly and unwanted border around ALL of my links.

    It appears only AFTER CLICKING and QUICKLY LEAVING the link with the mouse.

    I can reproduce it on your demo site http://theme.co/x/demo/renew/1/blog/, too – with a thick green border. See attached screenshot.

    Safari and Chrome havn’t this behavior at all, IE11 and Opera do show the border, but a thin and dotted one.

    Is it a theme option or a bug and how can I disable it?

    Thank you!

    #860629

    salilou
    Participant

    Ah, everything is up to date here.

    wp
    theme x
    cornerstone
    plugins

    #860964

    Rupok
    Member

    Hi there,

    Thanks for writing in! This is a bug of Firefox after the version 44 and everyone faced this on Firefox latest version.
    You can add this under Custom > CSS in the Customizer.

    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
      outline: none !important;
    }

    Hope this helps.

    Cheers!

    #861052

    salilou
    Participant

    Oh thank you – that works!
    For IE and Opera too 🙂

    #861822

    Lely
    Moderator

    You’re welcome!

    Always,
    X