From: Christopher Darling Date: Tue, 24 Jul 2018 14:31:28 +0000 (+0100) Subject: Remove clip-path from .is-sr-only X-Git-Tag: 0.7.2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb83d60dfc440db92465afd417e6adbb1d638c7;p=thirdparty%2Fbulma.git Remove clip-path from .is-sr-only see https://github.com/zurb/foundation-sites/commit/6bad0f84f4fad1cb8c71f06182d317763a83366f --- diff --git a/sass/base/helpers.sass b/sass/base/helpers.sass index bbf5e846b..ad127c945 100644 --- a/sass/base/helpers.sass +++ b/sass/base/helpers.sass @@ -160,7 +160,6 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex' .is-sr-only border: none !important - clip-path: inset(50%) !important clip: rect(0, 0, 0, 0) !important height: 0.01em !important overflow: hidden !important