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

Issue #3424162 by camilledavis, dineshkumarbollu, smustgrave: Claro...

Issue #3424162 by camilledavis, dineshkumarbollu, smustgrave: Claro highlighted row not communicated to keyboard users

(cherry picked from commit 275cf720)
parent 57a0cd75
No related branches found
No related tags found
3 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php
Pipeline #178295 passed with warnings
Pipeline: drupal

#178308

    Pipeline: drupal

    #178302

      ......@@ -130,7 +130,7 @@ tr {
      }
      tr:hover,
      tr:focus {
      tr:focus-within {
      color: var(--color-text);
      background: var(--color-bgblue-hover);
      }
      ......
      ......@@ -109,7 +109,7 @@ th {
      tr {
      border-bottom: 0.0625rem solid var(--color-gray-200);
      &:hover,
      &:focus {
      &:focus-within {
      color: var(--color-text);
      background: var(--color-bgblue-hover);
      }
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment