Skip to content
Snippets Groups Projects
Commit 42ff057e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2489578 by Manjit.Singh, saki007ster, pjbaert, Cottser, jhodgdon,...

Issue #2489578 by Manjit.Singh, saki007ster, pjbaert, Cottser, jhodgdon, epophoto: Move search.theme.css to classy
parent ae851919
Branches
Tags
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
drupal.search.results:
version: VERSION
css:
theme:
css/search.theme.css: {}
......@@ -137,8 +137,6 @@ public function view(Request $request, SearchPageInterface $entity) {
'#type' => 'pager',
);
$build['#attached']['library'][] = 'search/drupal.search.results';
return $build;
}
......
......@@ -15,3 +15,9 @@ drupal.comment.threaded:
css:
theme:
css/comment/comment.theme.css: {}
search.results:
version: VERSION
css:
theme:
css/search/search.theme.css: {}
......@@ -56,6 +56,7 @@
* @see template_preprocess_search_result()
*/
#}
{{ attach_library('classy/search.results') }}
{{ title_prefix }}
<h3{{ title_attributes.addClass('search-result__title') }}>
<a href="{{ url }}">{{ title }}</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment