Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #906132
    craigm
    Participant

    Hello,
    When I click a button, then navigate back (backspace) to the page where the button is, a red box displays around the button, in Firefox.
    http://mindfulmovement.org/courses/

    I have already applied the previously mentioned FF CSS fix but the button issue is still happening:

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

    WordPress 4.5.1
    Cornerstone Version 1.2.4

    #906898
    Christopher
    Moderator

    Hi there,

    Please add this :

    .x-btn:focus, .button:focus, [type="submit"]:focus {
        outline: none;
    }

    Hope it helps.

    #907008
    craigm
    Participant

    Fixed. Thanks!

    #907579
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-906132 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>