Skip to content
Snippets Groups Projects
Commit c416e408 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

Merge branch '8.x' of git.drupal.org:project/drupal into 8.x

parents e3d86383 38793165
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -66,6 +66,3 @@
.field-ui-overview .field-formatter-settings-edit-form .formatter-name{
font-weight: bold;
}
.field-ui-overview .refresh-button {
display: none;
}
......@@ -382,6 +382,7 @@ public function form(array $form, array &$form_state) {
// spinners will be added manually by the client-side script.
'progress' => 'none',
),
'#attributes' => array('class' => array('element-invisible'))
);
$form['actions'] = array('#type' => 'actions');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment