TACC / tup-ui

React client for TACC User Portal
2 stars 0 forks source link

fix: tup-639 move c-button font-weight bold to cms #364

Closed wesleyboar closed 9 months ago

wesleyboar commented 9 months ago

Overview

Move c-button font-weight bold to CMS.

Related

Changes

Testing

Setup

  1. In Core-CMS, checkout fix/tup-617-c-button-font-weight.
  2. In tup-ui, checkout fix/tup-617-c-button-font-weight.
  3. In Core-CMS, install Core-Styles fix/tup-617-c-button-font-weight (steps).
  4. In tup-ui, install Core-Styles fix/tup-617-c-button-font-weight (steps).
  5. In Core-CMS create image and test it on tup-ui (steps).

Not in a Card

  1. Test this change on https://www.tacc.utexas.edu/. See https://github.com/wesleyboar/tup-ui-migration-to-core.
  2. Verify "GETTING STARTED" button is bold.
  3. Verify button has no instances of font-weight: var(--medium) applied (even if overwritten).
  4. Verify button has letter-spacing from https://github.com/TACC/Core-CMS/pull/740/files.

In a Card

  1. Test this change on https://www.tacc.utexas.edu/education/k-12-students/high-school-camps/gencyber/#application. See https://github.com/wesleyboar/tup-ui-migration-to-core.
  2. Verify "APPLICATION CLOSED" button is bold.
  3. Verify button has no instances of font-weight: var(--medium) applied (even if overwritten).
  4. Verify button has letter-spacing from https://github.com/TACC/Core-CMS/pull/740/files.

UI

Not in a Card In a Card
tup-cms c-button no c-card tup-cms c-button in c-card
wesleyboar commented 9 months ago

After #361 and merging main (7c060cf), this PR expectedly has zero changes.