Skip to content

Commit f675489

Browse files
authored
[mercury] update angular logo (#391)
* [mercury] update angular icon * Update mercury.scss
1 parent 5330d88 commit f675489

File tree

3 files changed

+49
-17
lines changed

3 files changed

+49
-17
lines changed

packages/mercury/showcase/scss/mercury.scss

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5984,22 +5984,10 @@
59845984
// - - - - - - - - - - - - - - - - - - - -
59855985
// Table
59865986
// - - - - - - - - - - - - - - - - - - - -
5987-
// Table
5988-
table {
5989-
display: block;
5990-
inline-size: max-content;
5991-
border: 1px solid var(--mer-border-color__on-surface);
5992-
border-spacing: 0;
59935987

5994-
& > thead > tr {
5995-
@extend %heading-4;
5996-
font-weight: unset;
5997-
}
5998-
}
5999-
6000-
// Cells
6001-
td {
6002-
border-block-start: 1px solid var(--mer-border-color__on-surface);
5988+
// Rows
5989+
tr {
5990+
border: 1px solid var(--mer-border-color__on-surface);
60035991
}
60045992

60055993
// Header and body cells
Lines changed: 23 additions & 1 deletion
Loading
Lines changed: 23 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)