From fb01ac4221caf9cdac70a1583ddcdc7bfdf6bc22 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Wed, 21 Mar 2018 14:19:51 +0000
Subject: [PATCH] add subchild tr class to prevent hover effects

---
 opentech/apply/funds/templates/funds/includes/review_table.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/apply/funds/templates/funds/includes/review_table.html b/opentech/apply/funds/templates/funds/includes/review_table.html
index 49e602bd0..5bed57385 100644
--- a/opentech/apply/funds/templates/funds/includes/review_table.html
+++ b/opentech/apply/funds/templates/funds/includes/review_table.html
@@ -10,7 +10,7 @@
     {% include 'funds/includes/review_table_row.html' with reviews=object.staff_not_reviewed missing=True %}
 
     {% if object.stage.has_external_review %}
-        <tr class="tr--subchild"><td colspan="4"><hr></td></tr>
+        <tr class="tr tr--subchild light-grey-bg"><td colspan="4"><hr></td></tr>
 
         {% include 'funds/includes/review_table_row.html' with reviews=reviewer_reviews %}
         {# Add logic for showing missing reviews #}
-- 
GitLab