From d28cf15e1d20470a71a45f3d2337b97519f313c5 Mon Sep 17 00:00:00 2001 From: Darius Lupsa Date: Sat, 24 Apr 2021 19:39:46 +0300 Subject: [PATCH] The input search is not displayed correctly in Safari because of the one declaration CSS background property. Safari needs the no-repeat to be after position and size property. Adjusting the search icon to be vertically on center. --- .../gohugoio/gohugoioTheme/layouts/partials/site-search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-search.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-search.html index d8c4b97bf..ff8e170e7 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-search.html +++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-search.html @@ -1,6 +1,6 @@