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 1807b67622)
merge-requests/1505/merge
Lee Rowlands 2022-07-12 12:02:22 +10:00
parent 5370c5390a
commit 9a1577e9c6
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
2 changed files with 1 additions and 3 deletions

View File

@ -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 {

View File

@ -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.