Skip to content
Snippets Groups Projects
Commit fb01ac42 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

add subchild tr class to prevent hover effects

parent 62b41d5a
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
{% include 'funds/includes/review_table_row.html' with reviews=object.staff_not_reviewed missing=True %} {% include 'funds/includes/review_table_row.html' with reviews=object.staff_not_reviewed missing=True %}
{% if object.stage.has_external_review %} {% 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 %} {% include 'funds/includes/review_table_row.html' with reviews=reviewer_reviews %}
{# Add logic for showing missing reviews #} {# Add logic for showing missing reviews #}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment