Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 56f54ed

Browse files
committed
Tables: Remove overflow indicator / link moved table file
1 parent 20f1f41 commit 56f54ed

File tree

5 files changed

+4
-142
lines changed

5 files changed

+4
-142
lines changed

scss/atoms/_overflow-indicator.scss

-46
This file was deleted.

scss/atoms/_tables.scss

-92
This file was deleted.

scss/atoms/tables/_tables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ table {
5151
}
5252
}
5353

54-
.striped-table>tbody>tr:nth-of-type(odd), {
54+
.striped-table > tbody > tr:nth-of-type(odd), {
5555
background-color: #f2f2f2;
5656
}
5757

scss/lint.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616

1717
@import
1818
"atoms/icons/icons",
19-
"atoms/tables",
2019
"atoms/typography/typography",
21-
"atoms/overflow-indicator";
20+
"atoms/tables/tables";
2221

2322
@import
2423
"views/main";

scss/style.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
@import
1010
"atoms/icons/icons",
11-
"atoms/typography/typography";
11+
"atoms/typography/typography",
12+
"atoms/tables/tables";
1213

1314
@import
1415
"views/main";

0 commit comments

Comments
 (0)