From accd757bca96e58296a5ab4863bddae73e650aba Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 6 Jun 2022 17:43:23 +0300 Subject: [PATCH] Material icons: Add background inherit for safari rendering --- css/structure/icon.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/structure/icon.css b/css/structure/icon.css index fa6cd82..ffecfb1 100644 --- a/css/structure/icon.css +++ b/css/structure/icon.css @@ -13,6 +13,7 @@ white-space: nowrap; word-wrap: normal; direction: ltr; + background: inherit; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */