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

Commit

Permalink
Tables: Remove overflow indicator / link moved table file
Browse files Browse the repository at this point in the history
  • Loading branch information
kristyjy committed Mar 9, 2016
1 parent 20f1f41 commit 56f54ed
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 142 deletions.
46 changes: 0 additions & 46 deletions scss/atoms/_overflow-indicator.scss

This file was deleted.

92 changes: 0 additions & 92 deletions scss/atoms/_tables.scss

This file was deleted.

2 changes: 1 addition & 1 deletion scss/atoms/tables/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ table {
}
}

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

Expand Down
3 changes: 1 addition & 2 deletions scss/lint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@

@import
"atoms/icons/icons",
"atoms/tables",
"atoms/typography/typography",
"atoms/overflow-indicator";
"atoms/tables/tables";

@import
"views/main";
3 changes: 2 additions & 1 deletion scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

@import
"atoms/icons/icons",
"atoms/typography/typography";
"atoms/typography/typography",
"atoms/tables/tables";

@import
"views/main";

0 comments on commit 56f54ed

Please sign in to comment.