From 49b4c405ff77a0fc92c9f3b2ff4bcdc25ffa8b6d Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 22 Jan 2015 00:56:22 +0000 Subject: [PATCH] Twenty Eleven and Twelve: fill in support for `screen-reader-text` class. Props obenland, fixes #31095. Built from https://develop.svn.wordpress.org/trunk@31268 git-svn-id: http://core.svn.wordpress.org/trunk@31249 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b131cc9e9..a4a09daec 100644 --- a/style.css +++ b/style.css @@ -507,7 +507,10 @@ a:hover { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); } -.main-navigation .assistive-text:focus { +.main-navigation .assistive-text:focus, +.site .screen-reader-text:hover, +.site .screen-reader-text:active, +.site .screen-reader-text:focus { background: #fff; border: 2px solid #333; border-radius: 3px;