Skip to content

Commit

Permalink
Merge pull request facebook#74 from ptomasroos/master
Browse files Browse the repository at this point in the history
Added cursor pointer to none active thread items
  • Loading branch information
fisherwebdev committed Oct 9, 2014
2 parents 6c1016e + 64d61b8 commit 4ccaa67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/flux-chat/css/chatapp.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@

.thread-list-item {
border-bottom: 1px solid #ccc;
cursor: pointer;
}

.thread-list:hover .thread-list-item:hover {
Expand All @@ -63,6 +64,7 @@
.thread-list:hover .thread-list-item.active,
.thread-list:hover .thread-list-item.active:hover {
background-color: #efefff;
cursor: default;
}

.message-author-name,
Expand Down

0 comments on commit 4ccaa67

Please sign in to comment.