Fix styling so that no border on last row only applies to clin summary table

This commit is contained in:
leigh-mil 2020-01-02 14:43:25 -05:00
parent b157daeff9
commit f4f0665643
3 changed files with 14 additions and 7 deletions

View File

@ -63,12 +63,6 @@ table.atat-table {
border-right: none; border-right: none;
} }
} }
&:last-child {
td {
border-bottom: none;
}
}
} }
} }

View File

@ -155,3 +155,16 @@
padding-bottom: $gap * 2.5; padding-bottom: $gap * 2.5;
} }
} }
table.clin-summary {
tbody,
thead {
tr {
&:last-child {
td {
border-bottom: none;
}
}
}
}
}

View File

@ -58,7 +58,7 @@
<hr> <hr>
<section> <section>
<h4>CLIN summary</h4> <h4>CLIN summary</h4>
<table class="fixed-table-wrapper atat-table"> <table class="fixed-table-wrapper atat-table clin-summary">
<thead> <thead>
<tr> <tr>
<th>{{ "task_orders.review.clins.number" | translate }}</th> <th>{{ "task_orders.review.clins.number" | translate }}</th>