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

Commit edb060c

Browse files
committed
Tables: Remove overflow indicator / link moved table file
1 parent 50b7182 commit edb060c

File tree

3 files changed

+2
-47
lines changed

3 files changed

+2
-47
lines changed

scss/atoms/_overflow-indicator.scss

-46
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/style.scss

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
@import
1111
"atoms/icons/icons",
1212
"atoms/typography/typography",
13+
"atoms/tables/tables",
1314
"atoms/buttons/buttons";
1415

1516
@import

0 commit comments

Comments
 (0)