From 5ac0edd59dceae2aa878367fe88f04c34816c25a Mon Sep 17 00:00:00 2001 From: Lauri Eskola <lauri.eskola@acquia.com> Date: Mon, 9 Aug 2021 15:25:06 +0300 Subject: [PATCH] Issue #3226865 by Gauravmahlawat, Indrajith KB, mherchel: Olivero: Button can't contain div element in it --- ...lock--secondary-menu--plugin-id--search-form-block.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig b/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig index cf5008f97d0a..0ed11dc04bce 100644 --- a/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig +++ b/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig @@ -37,7 +37,7 @@ {% block content %} <button class="block-search-wide__button" aria-label="{{ 'Toggle Search Form'|t }}" data-drupal-selector="block-search-wide-button"> {% include "@olivero/../images/search.svg" %} - <div class="block-search-wide__button-close"></div> + <span class="block-search-wide__button-close"></span> </button> <div{{ content_attributes.addClass('block-search-wide__wrapper').setAttribute('data-drupal-selector', 'block-search-wide-wrapper') }}> -- GitLab