Skip to content

Commit 111c439

Browse files
authored
Merge pull request #239 from canjs/fix-cursor-pointer
Move cursor pointer css from li to a
2 parents 4a89415 + 66c43d8 commit 111c439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/article-title.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ ul.title-links {
5050
display: block;
5151
color: @link-color;
5252
line-height: 1.7em;
53-
cursor: pointer;
5453
a:hover{
54+
cursor: pointer;
5555
text-decoration: underline;
5656
}
5757
}

0 commit comments

Comments
 (0)