Issue #3364267 by lauriii, dww, smustgrave: Claro low contrast for buttons in dialog

merge-requests/9466/head
bnjmnm 2023-06-01 16:42:12 -04:00
parent 54fad06ed8
commit eaf540262e
1 changed files with 3 additions and 0 deletions

View File

@ -277,6 +277,9 @@ function claro_element_info_alter(&$type) {
array_unshift($operations_pre_renders, [ClaroPreRender::class, 'operations']);
$type['operations']['#pre_render'] = $operations_pre_renders;
// @todo Remove when https://www.drupal.org/node/1945262 is fixed.
$type['operations']['#attached']['library'][] = 'core/drupal.dialog.ajax';
}
if (isset($type['vertical_tabs'])) {