From 1852ab724dd43d0246a1cf61b5851f7107aecadb Mon Sep 17 00:00:00 2001
From: Chris Ruppel <chris.ruppel@gmail.com>
Date: Mon, 14 Jan 2013 13:47:39 -0600
Subject: [PATCH] Adding :focus to contributors list so keyboard nav highlights
 each one as you tab through them.

---
 _sass/master.scss | 5 +++--
 css/master.css    | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/_sass/master.scss b/_sass/master.scss
index 1d836290..7350a786 100644
--- a/_sass/master.scss
+++ b/_sass/master.scss
@@ -45,7 +45,8 @@ body {
     overflow: hidden;
     opacity: 0.6;
 
-    &:hover {
+    &:hover,
+    &:focus {
       opacity: 1;
     }
   }
@@ -70,4 +71,4 @@ body {
     left: -2.75em;
     top: 0.1em;
   }
-}
\ No newline at end of file
+}
diff --git a/css/master.css b/css/master.css
index 09ae5925..5f2b1e26 100644
--- a/css/master.css
+++ b/css/master.css
@@ -7038,7 +7038,7 @@ body {
   overflow: hidden;
   opacity: 0.6;
 }
-#contributors-list a:hover {
+#contributors-list a:hover, #contributors-list a:focus {
   opacity: 1;
 }
 
-- 
GitLab