Skip to content
Snippets Groups Projects
Verified Commit b5a626eb authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3229647 by rpayanm, kentr, xjm, gauravvvv, mherchel, mgifford, lauriii:...

Issue #3229647 by rpayanm, kentr, xjm, gauravvvv, mherchel, mgifford, lauriii: Use focus-within in hidden.module.css

(cherry picked from commit fcde87f5)
parent 316004d2
No related branches found
No related tags found
No related merge requests found
Pipeline #352004 passed with warnings
Pipeline: drupal

#352075

    Pipeline: drupal

    #352063

      Pipeline: drupal

      #352041

        +1
        ......@@ -37,7 +37,7 @@
        * the element to be focusable when navigated to via the keyboard.
        */
        .visually-hidden.focusable:active,
        .visually-hidden.focusable:focus {
        .visually-hidden.focusable:focus-within {
        position: static !important;
        overflow: visible;
        clip: auto;
        ......
        ......@@ -37,7 +37,7 @@
        * the element to be focusable when navigated to via the keyboard.
        */
        .visually-hidden.focusable:active,
        .visually-hidden.focusable:focus {
        .visually-hidden.focusable:focus-within {
        position: static !important;
        overflow: visible;
        clip: auto;
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment