summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-13 23:07:45 +0300
committerAndrew Dolgov <[email protected]>2015-08-13 23:07:45 +0300
commitfadc8de5d83ba2616d4e3effbb6451ab881e991d (patch)
treed066908302dafcc29ca6cc46e634297fede7247b /css
parent5e11d53429533bf1f5e49bbe7f2d4419677e1462 (diff)
a:focus != a:hover
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css3
1 files changed, 1 insertions, 2 deletions
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;
}