Added focus color to comment links

This commit is contained in:
Marcin Kurczewski 2014-02-23 19:50:44 +01:00
parent 4455284bdb
commit f2510ac8c0

View file

@ -49,6 +49,8 @@
} }
.comment .edit a:hover, .comment .edit a:hover,
.comment .delete a:hover { .comment .delete a:hover,
.comment .edit a:focus,
.comment .delete a:focus {
color: red; color: red;
} }