Skip to content

Commit

Permalink
fix: tup-617 c-button font-weight redunant style
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Nov 2, 2023
1 parent eab873f commit 04b2d01
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
margin-bottom: 2rem; /* restore <p> `margin-bottom `*/
}

/* To more specifically control c-card link font weight */
/* !!!: When migrated:
1. Remove `:where(:not(…` (e.g. "not in portal").
2. Prevent these styles in apps/tup-ui TicketHistory CSS */
:is(.card, .c-card, [class*="card--"]) a.c-button:where(:not(#page-portal *)) {
font-weight: var(--bold);
}

/* FAQ: Used on image cards for staff like on /education/k-12-students/ */
:is(.card, .c-card, [class*="card--"]) h4 {
margin-bottom: 0.375em;
Expand Down

0 comments on commit 04b2d01

Please sign in to comment.