Skip to content

Commit

Permalink
fix(c-card): padding-inline not unset (#412)
Browse files Browse the repository at this point in the history
specificty too strong, so use where.
  • Loading branch information
wesleyboar authored Oct 24, 2024
1 parent d6ff732 commit ff60aa0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/components/c-card--docs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/c-card--from-tup-cms.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/c-card.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.docs.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/lib/_imports/components/c-card.selectors.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* So Portal nor its modals loads TACC card styles */
/* CAVEAT: CMS can not load cards in modals (but it would not anyway) */
/* TODO: When Portal does not load core-styles.cms.css remove the :not(…) */
.card:not(:is(:--portal-content, .modal) *),
.card:where(:not(:--portal-content, .modal) *),
[class*="card--"];

@custom-selector :--c-card--standard
Expand Down

0 comments on commit ff60aa0

Please sign in to comment.