Skip to content

Commit

Permalink
Not highlighting favorite control on hover, just title
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Ragle committed Sep 25, 2015
1 parent cae72c4 commit 2503d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
cursor: pointer;
}

#movie-list td:hover {
#movie-list td:first-of-type:hover {
background-color: lightblue;
}

Expand Down

0 comments on commit 2503d32

Please sign in to comment.