diff --git a/core/modules/locale/css/locale.admin.css b/core/modules/locale/css/locale.admin.css index 0d1e42e..aa83c8b 100644 --- a/core/modules/locale/css/locale.admin.css +++ b/core/modules/locale/css/locale.admin.css @@ -81,12 +81,6 @@ .expanded .locale-translation-update__wrapper { background: transparent url(../../../misc/menu-expanded.png) left .6em no-repeat; } - -#locale-translation-status-form .label { - color: #1d1d1d; - font-size: 1.15em; - font-weight: bold; -} #locale-translation-status-form .description { cursor: pointer; } diff --git a/core/modules/locale/src/Form/TranslationStatusForm.php b/core/modules/locale/src/Form/TranslationStatusForm.php index a65f42c..90d2193 100644 --- a/core/modules/locale/src/Form/TranslationStatusForm.php +++ b/core/modules/locale/src/Form/TranslationStatusForm.php @@ -90,7 +90,6 @@ public function buildForm(array $form, FormStateInterface $form_state) { } $options[$langcode] = array( 'title' => array( - 'class' => array('label'), 'data' => array( '#title' => $title, '#plain_text' => $title,