• Hi,

    It seems there is a problem with accessibility in OceanWP CSS, because all focus styles are reseted :

    a, a:hover, a:focus {
    text-decoration: none;
    transition: all 0.3s ease;
    }
    a:focus {
    outline: none;
    }
    input[type=”button”]:focus, input[type=”reset”]:focus, input[type=”submit”]:focus, button[type=”submit”]:focus, button:focus, .button:focus {
    outline: 0;
    }

    Which make keyboard navigation impossible.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘focus style reset’ is closed to new replies.