Verified Commit 9a1577e9 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

(cherry picked from commit 1807b676)
parent 5370c539
Loading
Loading
Loading
Loading
+0 −3
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
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.