Skip to content

Commit

Permalink
Added cursor pointer to none active thread items
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomasroos committed Oct 6, 2014
1 parent 6c1016e commit 64d61b8
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 64d61b8

Please sign in to comment.