Skip to content

Commit

Permalink
Restore table borders.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Apr 13, 2023
1 parent ef316e9 commit 09a024e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions packages/edit-site/src/components/list/style.scss
Expand Up @@ -63,21 +63,22 @@
max-width: 960px;

tr {
border-top: $border-width solid $gray-100;
margin: 0;

&:first-child {
border-top: 0;
}

th,
td {
border-top: $border-width solid $gray-100;
padding: $grid-unit-20;
@include break-medium() {
padding: $grid-unit-30 $grid-unit-40;
}
}

&:first-child {
th,
td {
border-top: 0;
}
}

// Template.
.edit-site-list-table-column:nth-child(1) {
width: 58%;
Expand Down Expand Up @@ -107,10 +108,10 @@
font-weight: 600;
text-align: left;
color: $gray-900;
border-top: none;
border-bottom: $border-width solid $gray-300;

th {
border-top: 0;
border-bottom: $border-width solid $gray-300;
font-weight: inherit;
}
}
Expand Down

0 comments on commit 09a024e

Please sign in to comment.