]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #10914 from ffoodd/patch-1 for v6.5.0
authorGaël Poupard <ffoodd@users.noreply.github.com>
Sat, 16 Jun 2018 07:15:47 +0000 (09:15 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 07:15:47 +0000 (09:15 +0200)
6bad0f84f Remove `clip-path` from `element-invisible` mixin

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
scss/util/_mixins.scss

index f208fb4219539a7db80af75171d6db11790bf8e4..ad9917fce6118b4e5974fed6a220d69db2eebd12 100644 (file)
   overflow: hidden;
   clip: rect(0,0,0,0);
   white-space: nowrap;
-  clip-path: inset(50%);
   border: 0;
 }
 
   overflow: visible;
   clip: auto;
   white-space: normal;
-  clip-path: none;
 }
 
 /// Vertically centers the element inside of its first non-static parent,