Commit d5e619df authored by Ben Mullins's avatar Ben Mullins
Browse files

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

parent c5a3011f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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'])) {