Issue #2573139 by rachel_norfolk, joelpittet: Followup: Remove unneeded label class from admin/reports/translations
parent
f7f70ff8cf
commit
ab0e9e1f4c
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -90,7 +90,6 @@ class TranslationStatusForm extends FormBase {
|
|||
}
|
||||
$options[$langcode] = array(
|
||||
'title' => array(
|
||||
'class' => array('label'),
|
||||
'data' => array(
|
||||
'#title' => $title,
|
||||
'#plain_text' => $title,
|
||||
|
|
Loading…
Reference in New Issue