Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1200279

    I have the problem outlined in this support thread , however I have used the code to fix it but it has no effect for me.

    Please advise.
    https://kriesi.at/support/topic/blue-border/?login_error

    I have tried this with no results as well,

    p.toggler:focus {
    outline: -webkit-focus-ring-color auto 0 !important;
    }

    #1200432

    Hey mmsdev,

    Where can we see the element in question? You can try this CSS instead:

    p.toggler:focus {
      outline: none !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.