From fadc8de5d83ba2616d4e3effbb6451ab881e991d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 13 Aug 2015 23:07:45 +0300 Subject: a:focus != a:hover --- css/tt-rss.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'css') diff --git a/css/tt-rss.css b/css/tt-rss.css index 434c66fa5..09593058e 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -134,8 +134,7 @@ a { text-decoration: none; } -a:hover, -a:focus { +a:hover { color: #005580; text-decoration: underline; } -- cgit v1.2.3