From 83d16cec5ee0a75809230c349b51e7947d7d1852 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ga=C3=ABl=20Poupard?= Date: Sat, 16 Jun 2018 09:15:47 +0200 Subject: [PATCH] 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 --- scss/util/_mixins.scss | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.47.2