From f2510ac8c036d241112ff6cbb9c4b769284efc46 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 23 Feb 2014 19:50:44 +0100 Subject: [PATCH] Added focus color to comment links --- public_html/media/css/comment-small.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public_html/media/css/comment-small.css b/public_html/media/css/comment-small.css index 3bc983f4..4224ae62 100644 --- a/public_html/media/css/comment-small.css +++ b/public_html/media/css/comment-small.css @@ -49,6 +49,8 @@ } .comment .edit a:hover, -.comment .delete a:hover { +.comment .delete a:hover, +.comment .edit a:focus, +.comment .delete a:focus { color: red; }