Skip to content

Commit

Permalink
Resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Tomas-Gonzalez committed Nov 2, 2023
2 parents 1e80efc + fcd4dc4 commit 87dc11d
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 90 deletions.
4 changes: 2 additions & 2 deletions apps/tup-cms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TACC/Core-CMS#707 (sans commits irrelevant to TACC) (v3.12.0-beta.4 candidate)
FROM taccwma/core-cms:1f7b95d
# TACC/Core-CMS#736 (cms-forms export hotfix)
FROM taccwma/core-cms:5ceecdd

WORKDIR /code

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* Media & Content - Alignment */
/* TODO: Share relevant styles with c-news and c-feed-list */



Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,4 @@ main > .container .c-button--is-active {

/* FAQ: Design shows 10px font */
font-size: var(--global-font-size--x-small);
}

/* TODO: Remove from c-button (once it becomes redundant there) */
/* FAQ: This is now added in generics/attributes.css */
/*
[disabled] {
pointer-events: none;
}
*/
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* Highlight */
/* TODO: Create an .x-highlight used to extend a <mark> and a .u-highlight */

/* TODO: Consider whether <mark> should be in Core-Styles…
Perhaps the client should decide what tag to use. */
/* SEE: https://tacc-team.slack.com/archives/CQUA4D5KJ/p1696285622741979 */
mark,
.x-highlight,
:is(.u-highlight, .highlight) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

/* COMPONENTS */
@import url("./for-core-cms/components/c-footer.css") layer(project);
@import url("./for-core-cms/components/django.cms.blog.app.item.css") layer(project);
@import url("./for-core-cms/components/django.cms.blog.app.page.css") layer(project);
@import url("./for-core-cms/components/django.cms.picture.css") layer(project);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,21 @@
/* … */

/* GENERICS */
@import url("./for-core-styles/generics/attributes.css") layer(base);
/* … */

/* ELEMENTS */
/* … */

/* OBJECTS */
@import url("./for-core-styles/objects/o-section.css") layer(base);
@import url("./for-core-styles/objects/o-heading-steps.css") layer(base);

/* COMPONENTS */
@import url("./for-core-styles/components/c-button.css") layer(base);
@import url("./for-core-styles/components/c-card.css") layer(base);
@import url("./for-core-styles/components/c-card--frontera-about-page.css") layer(base);
@import url("./for-core-styles/components/c-content-block.css") layer(base);
@import url("./for-core-styles/components/c-feed-list.css") layer(base);
@import url("./for-core-styles/components/c-news.css") layer(base);
@import url("./for-core-styles/components/c-pill.css") layer(base);
@import url("./for-core-styles/components/c-update.css") layer(base);

/* TRUMPS */
@import url("./for-core-styles/trumps/u-highlight.css") layer(base);
Expand Down
10 changes: 0 additions & 10 deletions apps/tup-ui/src/main.global.for-core-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ hr {
height: 16px;
}

/* TODO: Remove this after:
0. attributes.css is migrated to Core-Styles
1. attributes.css is loaded by Portal */
[data-prefix]::before {
display: inline-block;
content: attr(data-prefix);
margin-right: 0.25ch;
text-transform: none;
}

/* TODO: Remove this after:
0. CEP v2 colors are removed from Core-Styles settings/color--portal */
#page-portal main /* i.e. global-safe :root */ {
Expand Down

0 comments on commit 87dc11d

Please sign in to comment.