From e78129f9e69c1854a4fbca4cd87420668627959a Mon Sep 17 00:00:00 2001 From: bmen Date: Thu, 28 Mar 2019 14:51:03 +0100 Subject: [PATCH] Fixed Safari clip path problem --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 43adcfe..79a4915 100644 --- a/style.css +++ b/style.css @@ -501,11 +501,13 @@ a:hover { border-top-right-radius: 7px; } .search-results-variante3-item .search-results-variante3-item-img img { + -webkit-clip-path: inset(33px 0 33px 0); clip-path: inset(33px 0 33px 0); width:245px; margin:-33px 0; } .search-results-variante3-item:hover .search-results-variante3-item-img img { + -webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0); width:278px; margin:0 0;