From bda6fef7138d7098c488392f88a9a09abbc7ff5b Mon Sep 17 00:00:00 2001 From: Nicola Saunders Date: Wed, 2 Sep 2020 13:43:04 +0100 Subject: [PATCH] Prevent screen readers from announcing visuallyhidden text out of order See https://github.com/h5bp/main.css/issues/12 --- apollo/assets/styles/sass/40-base/_hide-and-show.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/apollo/assets/styles/sass/40-base/_hide-and-show.scss b/apollo/assets/styles/sass/40-base/_hide-and-show.scss index 1ad1cd8..01906c3 100644 --- a/apollo/assets/styles/sass/40-base/_hide-and-show.scss +++ b/apollo/assets/styles/sass/40-base/_hide-and-show.scss @@ -50,7 +50,6 @@ clip: rect(0 0 0 0); clip-path: inset(100%); height: 1px; - margin: -1px; overflow: hidden; padding: 0; position: absolute;