Skip to content
Snippets Groups Projects
Verified Commit fcde87f5 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
parent efa73ebf
Branches
No related tags found
11 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #352006 passed with warnings
Pipeline: drupal

#352039

    Pipeline: drupal

    #352016

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