Added focus color to comment links
This commit is contained in:
parent
4455284bdb
commit
f2510ac8c0
1 changed files with 3 additions and 1 deletions
|
@ -49,6 +49,8 @@
|
|||
}
|
||||
|
||||
.comment .edit a:hover,
|
||||
.comment .delete a:hover {
|
||||
.comment .delete a:hover,
|
||||
.comment .edit a:focus,
|
||||
.comment .delete a:focus {
|
||||
color: red;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue