Skip to content

Commit

Permalink
🔧 chore(table.scss): Remove inconsistent padding for table header and…
Browse files Browse the repository at this point in the history
… footer th
  • Loading branch information
Spiderpig86 committed May 4, 2024
1 parent d4a6b6a commit 3842fce
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 23 deletions.
5 changes: 0 additions & 5 deletions next/dist/cirrus-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -20108,11 +20108,6 @@ ul .divider::after {
border-bottom: 2px solid rgba(222, 226, 230, 0.5);
}

.table thead th,
.table tfoot th {
padding: 1rem;
}

.table tfoot th {
border-top: 2px solid rgba(222, 226, 230, 0.5);
border-bottom: none;
Expand Down
2 changes: 1 addition & 1 deletion next/dist/cirrus-all.min.css

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions next/dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -19205,11 +19205,6 @@ ul .divider::after {
border-bottom: 2px solid rgba(222, 226, 230, 0.5);
}

.table thead th,
.table tfoot th {
padding: 1rem;
}

.table tfoot th {
border-top: 2px solid rgba(222, 226, 230, 0.5);
border-bottom: none;
Expand Down
2 changes: 1 addition & 1 deletion next/dist/cirrus-core.min.css

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions next/dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -19206,11 +19206,6 @@ ul .divider::after {
border-bottom: 2px solid rgba(222, 226, 230, 0.5);
}

.table thead th,
.table tfoot th {
padding: 1rem;
}

.table tfoot th {
border-top: 2px solid rgba(222, 226, 230, 0.5);
border-bottom: none;
Expand Down
2 changes: 1 addition & 1 deletion next/dist/cirrus.min.css

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions next/src/components/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@
border-bottom: 2px solid transparentize(fill('gray', '300'), 0.5);
}

thead th,
tfoot th {
padding: 1rem;
}

tfoot th {
border-top: 2px solid transparentize(fill('gray', '300'), 0.5);
border-bottom: none;
Expand Down

0 comments on commit 3842fce

Please sign in to comment.