From b2150ba33bd0d9ebdfb3c4230018dc54ffa400e0 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 20 Aug 2013 17:59:00 +0000 Subject: [PATCH] Twenty Fourteen: accessibility changes to add focus styles to match the hover style on tag links. Props sabreuse, see #25054. git-svn-id: https://develop.svn.wordpress.org/trunk@25067 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 2704d07c2c..dc7684c892 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -1291,7 +1291,8 @@ footer.entry-meta .entry-title a:hover { position: relative; text-transform: uppercase; } -.tag-links a:hover { +.tag-links a:hover, +.tag-links a:focus { background-color: #2b2b2b; color: #fff; text-decoration: none; @@ -1316,7 +1317,8 @@ footer.entry-meta .entry-title a:hover { left: -1.0rem; } } -.tag-links a:hover:before { +.tag-links a:hover:before, +.tag-links a:focus:before { border-right-color: #2b2b2b; } .tag-links a:after {