]> git.wh0rd.org - tt-rss.git/commitdiff
a:focus != a:hover
authorAndrew Dolgov <noreply@fakecake.org>
Thu, 13 Aug 2015 20:07:45 +0000 (23:07 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Thu, 13 Aug 2015 20:07:45 +0000 (23:07 +0300)
css/tt-rss.css

index 434c66fa51219a611254b06dad2c6bf55586dd4a..09593058e33e50c9c267882dba22212502c9f4d8 100644 (file)
@@ -134,8 +134,7 @@ a {
        text-decoration: none;
 }
 
-a:hover,
-a:focus {
+a:hover {
        color: #005580;
        text-decoration: underline;
 }