1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 00:01:29 +00:00

a:focus != a:hover

This commit is contained in:
Andrew Dolgov
2015-08-13 23:07:45 +03:00
parent 5e11d53429
commit fadc8de5d8

View File

@@ -134,8 +134,7 @@ a {
text-decoration: none; text-decoration: none;
} }
a:hover, a:hover {
a:focus {
color: #005580; color: #005580;
text-decoration: underline; text-decoration: underline;
} }