Skip to content

Commit

Permalink
Removal of trump tables. Removal of truncated css.
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Tomas-Gonzalez committed Dec 14, 2023
1 parent d29f662 commit 0a9b0b6
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 64 deletions.
2 changes: 1 addition & 1 deletion dist/core-styles.cms.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-styles.portal.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/lib/_imports/core-styles.cms.css
Expand Up @@ -49,7 +49,6 @@
/* TRUMPS */
@import url("./trumps/s-footer.css");
@import url("./trumps/s-footer--thick.css");
@import url("./trumps/s-truncated-table.css");
/* To explain the in-limbo Core-CMS doc page styles */
/* FAQ: Commented out because Core-CMS doc pages load these directly */
/* IMPORTANT: If CMS docs are moved to TACC-Docs, then kill these stylesheets */
Expand Down
2 changes: 0 additions & 2 deletions src/lib/_imports/core-styles.portal.css
Expand Up @@ -16,7 +16,6 @@
/* ELEMENTS */
@import url("./elements/root--portal.css");
@import url("./elements/sticky-footer.css");
@import url("./elements/table.portal.css");

/* OBJECTS */
@import url("./objects/o-flex-item-table-wrap.css");
Expand All @@ -34,4 +33,3 @@
@import url("./trumps/s-footer.css");
@import url("./trumps/s-footer--thin.css");
@import url("./trumps/s-form-page.css");
@import url("./trumps/s-truncated-table.css");
6 changes: 0 additions & 6 deletions src/lib/_imports/elements/table.portal.css

This file was deleted.

9 changes: 7 additions & 2 deletions src/lib/_imports/elements/table/table--via-paragraphs.hbs
@@ -1,6 +1,11 @@
<h2>Fake Table</h2>

{{> @s-paragraph-table class="s-paragraph-table" data=data }}
<div class="s-paragraph-table">
{{#each data.rows}}
{{#if paragraph}}
<p>{{> @text-of-one-paragraph-short }}</p>
{{/if}}
{{/each}}
</div>

<br />
<br />
Expand Down
2 changes: 0 additions & 2 deletions src/lib/_imports/trumps/s-paragraph-table.css

This file was deleted.

10 changes: 0 additions & 10 deletions src/lib/_imports/trumps/s-paragraph-table/config.yml

This file was deleted.

8 changes: 0 additions & 8 deletions src/lib/_imports/trumps/s-paragraph-table/readme.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions src/lib/_imports/trumps/s-truncated-table.css

This file was deleted.

9 changes: 0 additions & 9 deletions src/lib/_imports/trumps/s-truncated-table/config.yml

This file was deleted.

7 changes: 0 additions & 7 deletions src/lib/_imports/trumps/s-truncated-table/readme.md

This file was deleted.

This file was deleted.

0 comments on commit 0a9b0b6

Please sign in to comment.