Verified Commit 1807b676 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3266123 by smustgrave, tinto, rkoller, Lendude, larowlan, Amber Himes...

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
parent 365452be
Loading
Loading
Loading
Loading
+0 −3
Changes for core/modules/locale/css/locale.admin.css: 0 added lines, 3 removed lines.
Original line number Diff line number Diff line
.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 {
+1 −0
Changes for core/modules/locale/src/Form/TranslateFilterForm.php: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
      '#type' => 'details',
      '#title' => $this->t('Filter translatable strings'),
      '#open' => TRUE,
      '#attributes' => ['class' => ['clearfix']],
    ];
    foreach ($filters as $key => $filter) {
      // Special case for 'string' filter.