From cc49ce8ab019ae1c4ba2ccd26e0f7b0eaef4a492 Mon Sep 17 00:00:00 2001
From: Thomas Steur <tsteur@users.noreply.github.com>
Date: Wed, 31 Aug 2016 13:20:20 +1200
Subject: [PATCH] fix table action background color when hovering a row

---
 plugins/CoreHome/stylesheets/dataTable/_entityTable.less | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/plugins/CoreHome/stylesheets/dataTable/_entityTable.less b/plugins/CoreHome/stylesheets/dataTable/_entityTable.less
index 92957c2040..4326119505 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_entityTable.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_entityTable.less
@@ -70,6 +70,9 @@ table.entityTable {
     background-color: @theme-color-background-base !important;
   }
 }
+.card tr:hover button.table-action {
+  background-color: @theme-color-background-tinyContrast !important;
+}
 .table-action {
   padding: 16px;
   height: auto;
@@ -119,4 +122,4 @@ table.entityTable {
       text-decoration: underline;
     }
   }
-}
\ No newline at end of file
+}
-- 
GitLab