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
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,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
14 changes: 1 addition & 13 deletions packages/unanimo/src/components/_markdown-viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,10 @@
// - - - - - - - - - - - - - - - - - - - -
// Table
// - - - - - - - - - - - - - - - - - - - -
// Table
table {
inline-size: max-content;
border: 1px solid var(--border-color__mild);
border-spacing: 0;
border-collapse: collapse;

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

// Rows
tr {
border-block: 1px solid var(--border-color__mild);
border: 1px solid var(--border-color__mild);
}

// Header and body cells
Expand Down
Loading