Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions packages/mercury/showcase/scss/mercury.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5984,22 +5984,10 @@
// - - - - - - - - - - - - - - - - - - - -
// Table
// - - - - - - - - - - - - - - - - - - - -
// Table
table {
display: block;
inline-size: max-content;
border: 1px solid var(--mer-border-color__on-surface);
border-spacing: 0;

& > thead > tr {
@extend %heading-4;
font-weight: unset;
}
}

// Cells
td {
border-block-start: 1px solid var(--mer-border-color__on-surface);
// Rows
tr {
border: 1px solid var(--mer-border-color__on-surface);
}

// Header and body cells
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.