Skip to content

Commit

Permalink
refactor(table): clean up temp styles
Browse files Browse the repository at this point in the history
  • Loading branch information
teenwolfblitzer committed Dec 6, 2022
1 parent 42f71ab commit 98a2550
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions packages/sage-assets/lib/stylesheets/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -423,53 +423,6 @@ $-table-avatar-width: rem(32px);
.sage-table--has-menu-options td:last-child::before {
display: none;
}

.sage-table--has-leading-input {
td:nth-child(2) {
margin-left: sage-spacing(sm);
}

td:nth-child(-n+2) {
display: inline-flex;
}

td:nth-child(n+3) {
margin-left: rem(40px);
}

td:nth-child(2)::before {
content: "Name ";
display: none;
}

td:nth-child(3)::before {
content: "Email ";
}

td:nth-child(4)::before {
content: "Labels ";
}

td:nth-child(5)::before {
content: "Status ";
}

td:nth-child(6)::before {
content: "Status ";
}

td:nth-child(7)::before {
content: "Status ";
}

td:nth-child(8)::before {
content: "Status ";
}

td:last-child::before {
display: none;
}
}
}
}

Expand Down

0 comments on commit 98a2550

Please sign in to comment.