Skip to content

Commit 98a2550

Browse files
refactor(table): clean up temp styles
1 parent 42f71ab commit 98a2550

File tree

1 file changed

+0
-47
lines changed
  • packages/sage-assets/lib/stylesheets/components

1 file changed

+0
-47
lines changed

packages/sage-assets/lib/stylesheets/components/_table.scss

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -423,53 +423,6 @@ $-table-avatar-width: rem(32px);
423423
.sage-table--has-menu-options td:last-child::before {
424424
display: none;
425425
}
426-
427-
.sage-table--has-leading-input {
428-
td:nth-child(2) {
429-
margin-left: sage-spacing(sm);
430-
}
431-
432-
td:nth-child(-n+2) {
433-
display: inline-flex;
434-
}
435-
436-
td:nth-child(n+3) {
437-
margin-left: rem(40px);
438-
}
439-
440-
td:nth-child(2)::before {
441-
content: "Name ";
442-
display: none;
443-
}
444-
445-
td:nth-child(3)::before {
446-
content: "Email ";
447-
}
448-
449-
td:nth-child(4)::before {
450-
content: "Labels ";
451-
}
452-
453-
td:nth-child(5)::before {
454-
content: "Status ";
455-
}
456-
457-
td:nth-child(6)::before {
458-
content: "Status ";
459-
}
460-
461-
td:nth-child(7)::before {
462-
content: "Status ";
463-
}
464-
465-
td:nth-child(8)::before {
466-
content: "Status ";
467-
}
468-
469-
td:last-child::before {
470-
display: none;
471-
}
472-
}
473426
}
474427
}
475428

0 commit comments

Comments
 (0)