From 2a94a7e7d8b0f4ea560332a88f748aeb04da0765 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Fri, 25 Oct 2013 03:18:24 -0700 Subject: [PATCH] Hide focus outline browser styles on link titles. Now that link titles have tabindex, several browsers outline them when focused. Let's override that behavior so that they act the way they did before the tabindexes. --- r2/r2/public/static/css/reddit.less | 1 + 1 file changed, 1 insertion(+) diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index e539106e0..d2e4565d2 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -938,6 +938,7 @@ a.author { margin-right: 0.5em; } .thing .title { color: blue; + outline: none; margin-right: .4em; padding: 0px; overflow: hidden;