From 04b2d018802869122977ff4abece1d5cec1657ad Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Thu, 2 Nov 2023 15:07:21 -0500 Subject: [PATCH] fix: tup-617 c-button font-weight redunant style --- .../tup_cms/css/for-core-styles/components/c-card.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-card.css b/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-card.css index 5f8ccb54c..5c8242160 100644 --- a/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-card.css +++ b/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-card.css @@ -7,14 +7,6 @@ margin-bottom: 2rem; /* restore

`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;