Skip to content

Commit

Permalink
Review Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-wb committed Jul 7, 2020
1 parent c8d41ed commit ff3c73d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/base/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ table {
display: table;
table-layout: auto;

thead {
thead { border-bottom: 1px solid $neutral-300; }
thead, th {
font-weight: bold;
border-bottom: 1px solid $neutral-300;
font-size: 14px;
}

Expand All @@ -14,7 +14,7 @@ table {
border-top: 1px solid $neutral-300;
}

tr {
tbody tr {
border-bottom: 1px solid $neutral-100;
transition: background-color 200ms ease-in-out;
&:last-child { border-bottom: none; }
Expand Down

0 comments on commit ff3c73d

Please sign in to comment.