Skip to content

Commit

Permalink
background style does not make visual difference as it is completely …
Browse files Browse the repository at this point in the history
…overlaid by background color of child tr element
  • Loading branch information
Jtang-1 committed Dec 20, 2023
1 parent b3f4ac2 commit f7a04ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion corehq/apps/cloudcare/templates/formplayer/query_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 tabindex="0"><%- title %></h2>
</div>
<% } %>
<table class="table table-hover <%= grouped ? '' : 'table-striped table-bordered' %>" role="presentation">
<tbody id="query-properties" class="<% if (!sidebarEnabled && grouped) { %>bg-white<%} %>">
<tbody id="query-properties">
</tbody>
</table>
<% if (!sidebarEnabled) {%>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,4 @@

.search-query-group .table {
border-collapse: separate; margin-bottom: 0px;
}

.bg-white {
background-color: white;
}
}

0 comments on commit f7a04ac

Please sign in to comment.