Upgrade Primer CSS to version 17, removing marketing styles (#20965)
* Package updates * Fix up things that look broken * Add to utils * Lead now just sets font size, just use f3 where needed * Update package-lock.json * Update index.tsx * Delete bump-link.scss * Update trigger-error.js * Update components/GenericError.tsx Co-authored-by: Ash Guillaume <10384315+ashygee@users.noreply.github.com> * Update ArticlePage.tsx * Update ActionBar.tsx * Changes from meeting * Found a few more monos * Fix from a merge conflict * Missed a few f3s * Update SubLandingHero.tsx * Bye gradients * Match up breadcrumbs * Update SubLandingHero.tsx * Update lists.scss Co-authored-by: Ash Guillaume <10384315+ashygee@users.noreply.github.com>
This commit is contained in:
@@ -121,7 +121,7 @@ export function GHESReleaseNotes({ context }: Props) {
|
||||
href={releaseLink}
|
||||
>
|
||||
{release.version}
|
||||
<span className="color-text-tertiary text-mono text-small text-normal mr-1">
|
||||
<span className="color-text-tertiary text-small text-normal mr-1">
|
||||
{release.patches.length} releases
|
||||
</span>
|
||||
</Link>
|
||||
@@ -163,7 +163,7 @@ const CollapsibleReleaseSection = ({
|
||||
<summary className="px-3 py-4 my-0 d-flex flex-items-center flex-justify-between outline-none">
|
||||
{release.version}
|
||||
<div className="d-flex">
|
||||
<span className="color-text-tertiary text-mono text-small text-normal mr-1">
|
||||
<span className="color-text-tertiary text-small text-normal mr-1">
|
||||
{release.patches.length} releases
|
||||
</span>
|
||||
<ChevronDownIcon className={isOpen ? 'rotate-180' : ''} />
|
||||
|
||||
Reference in New Issue
Block a user