From: Andrew Dolgov Date: Thu, 13 Aug 2015 20:07:45 +0000 (+0300) Subject: a:focus != a:hover X-Git-Tag: 16.3~134 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fadc8de5d83ba2616d4e3effbb6451ab881e991d;p=tt-rss.git a:focus != a:hover --- diff --git a/css/tt-rss.css b/css/tt-rss.css index 434c66fa..09593058 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; }