From bcc4f93242334f03c6699e2c4226ee178317ec4b Mon Sep 17 00:00:00 2001 From: Darius Lupsa Date: Sat, 1 May 2021 01:14:06 +0300 Subject: [PATCH] Add transparent background in rgba for search field Safari has a bug for not showing transparent background when isn't in rgba. For unknown reasons, using commit d28cf15e1d20470a71a45f3d2337b97519f313c5 and 'hugo server', the search field is displayed corectly, but after deployment, isn't anymore. For this reasons I've added the background-color property separately and in rgba. --- .../gohugoio/gohugoioTheme/layouts/partials/site-search.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ff8e170e7..b6c521dc9 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 @@ + \ No newline at end of file