From c0f2eb2d7e74ba114a6b8ccf69823c98da5ebe88 Mon Sep 17 00:00:00 2001
From: Benaka Moorthi <benaka.moorthi@gmail.com>
Date: Tue, 24 Sep 2013 02:46:40 -0400
Subject: [PATCH] Refs #3089, show visitor profile launch link on hover of
 entire row instead of just last cell.

---
 plugins/Live/stylesheets/live.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less
index 1875fd7934..f062aa04bb 100644
--- a/plugins/Live/stylesheets/live.less
+++ b/plugins/Live/stylesheets/live.less
@@ -178,7 +178,7 @@ ol.visitorLog p {
 .visitor-log-page-list {
     position:relative;
 }
-.visitor-log-page-list:hover .visitor-log-visitor-profile-link {
+.dataTableVizVisitorLog tr:hover .visitor-log-visitor-profile-link {
     display:inline;
 }
 a.visitor-log-visitor-profile-link {
-- 
GitLab