From 64d61b82c2613517ea5c5706ac684e07fe952407 Mon Sep 17 00:00:00 2001 From: Tomas Roos Date: Mon, 6 Oct 2014 12:53:44 +0200 Subject: [PATCH] Added cursor pointer to none active thread items --- examples/flux-chat/css/chatapp.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/flux-chat/css/chatapp.css b/examples/flux-chat/css/chatapp.css index 328ef08401e17e..3c198dd898aa0d 100644 --- a/examples/flux-chat/css/chatapp.css +++ b/examples/flux-chat/css/chatapp.css @@ -49,6 +49,7 @@ .thread-list-item { border-bottom: 1px solid #ccc; + cursor: pointer; } .thread-list:hover .thread-list-item:hover { @@ -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,