From 9a1577e9c67b2f3c68ea64edd325e3e9448e30c8 Mon Sep 17 00:00:00 2001 From: Lee Rowlands Date: Tue, 12 Jul 2022 12:02:22 +1000 Subject: [PATCH] Issue #3266123 by smustgrave, tinto, rkoller, Lendude, larowlan, Amber Himes Matz: On the user interface translation page the outline of all four focusable elements in the filter translatable strings fieldset lacks the left border (cherry picked from commit 1807b67622ba60a9f25142588dcd103fb7250389) --- core/modules/locale/css/locale.admin.css | 3 --- core/modules/locale/src/Form/TranslateFilterForm.php | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/core/modules/locale/css/locale.admin.css b/core/modules/locale/css/locale.admin.css index a118a27bb9b..b4997431cad 100644 --- a/core/modules/locale/css/locale.admin.css +++ b/core/modules/locale/css/locale.admin.css @@ -1,6 +1,3 @@ -.locale-translate-filter-form .details-wrapper { - overflow: hidden; -} .locale-translate-filter-form .form-item-langcode, .locale-translate-filter-form .form-item-translation, .locale-translate-filter-form .form-item-customized { diff --git a/core/modules/locale/src/Form/TranslateFilterForm.php b/core/modules/locale/src/Form/TranslateFilterForm.php index 64949937779..be3f6f70630 100644 --- a/core/modules/locale/src/Form/TranslateFilterForm.php +++ b/core/modules/locale/src/Form/TranslateFilterForm.php @@ -31,6 +31,7 @@ class TranslateFilterForm extends TranslateFormBase { '#type' => 'details', '#title' => $this->t('Filter translatable strings'), '#open' => TRUE, + '#attributes' => ['class' => ['clearfix']], ]; foreach ($filters as $key => $filter) { // Special case for 'string' filter.