[develop]: Add hook for search form in general

This commit is contained in:
Konstantinos Triantafyllou 2023-12-06 12:42:05 +02:00
parent b68f375714
commit 3bd0419fac
1 changed files with 3 additions and 0 deletions

View File

@ -204,6 +204,7 @@ noscript, ol, section, table, tfoot, ul, video;
background-color: @general-search-form-background;
background-image: @general-search-form-background-image;
background-position: @general-search-form-background-position;
.hook-general-search-form();
}
/* Filter slider */
@ -347,3 +348,5 @@ a:hover .text-usage-counts-hover:extend(.uk-text-background) {
}
}
}
.hook-general-search-form() {}