From 41f34702426a8003fa2536ef0020b51e258c8061 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Tue, 25 Nov 2014 21:04:13 +0000 Subject: [PATCH] Twenty Fifteen: make sure the 'says:' in comments is readable by a screen-reader. Fixes #30479. git-svn-id: https://develop.svn.wordpress.org/trunk@30570 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 75ee85c31b..1915740907 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -1173,6 +1173,7 @@ a:focus { */ /* Text meant only for screen readers */ +.says, .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; @@ -2218,10 +2219,6 @@ a.post-thumbnail:focus { width: 24px; } -.says { - display: none; -} - .bypostauthor > article .fn:after { content: "\f304"; position: relative;