From: Gaƫl Poupard Date: Sat, 16 Jun 2018 07:15:47 +0000 (+0200) Subject: Use pull request #10914 from ffoodd/patch-1 for v6.5.0 X-Git-Tag: v6.5.0-rc.1^2~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d16cec5ee0a75809230c349b51e7947d7d1852;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #10914 from ffoodd/patch-1 for v6.5.0 6bad0f84f Remove `clip-path` from `element-invisible` mixin Signed-off-by: Nicolas Coden --- diff --git a/scss/util/_mixins.scss b/scss/util/_mixins.scss index f208fb421..ad9917fce 100644 --- a/scss/util/_mixins.scss +++ b/scss/util/_mixins.scss @@ -215,7 +215,6 @@ overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; - clip-path: inset(50%); border: 0; } @@ -227,7 +226,6 @@ overflow: visible; clip: auto; white-space: normal; - clip-path: none; } /// Vertically centers the element inside of its first non-static parent,