Issue #2573139 by rachel_norfolk, joelpittet: Followup: Remove unneeded label class from admin/reports/translations

8.0.x
Alex Pott 2015-09-26 15:59:39 +02:00
parent f7f70ff8cf
commit ab0e9e1f4c
2 changed files with 0 additions and 7 deletions

View File

@ -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;
}

View File

@ -90,7 +90,6 @@ class TranslationStatusForm extends FormBase {
}
$options[$langcode] = array(
'title' => array(
'class' => array('label'),
'data' => array(
'#title' => $title,
'#plain_text' => $title,