From 482965ab6bbd5af8e748bb939497f867dfadd111 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sun, 7 Mar 2021 16:50:40 +0100 Subject: [PATCH 1/2] CrateSidebar: Remove unused `yanked` CSS class --- app/components/crate-sidebar.module.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/components/crate-sidebar.module.css b/app/components/crate-sidebar.module.css index 45c65099406..5c5a7695458 100644 --- a/app/components/crate-sidebar.module.css +++ b/app/components/crate-sidebar.module.css @@ -111,10 +111,6 @@ ul.owners { } } -.yanked { - composes: yanked from '../styles/shared/typography.module.css'; -} - .more-versions-link, .reverse-deps-link { composes: small from '../styles/shared/typography.module.css'; From dfa1773908977a4b44fa3b8852727f607b5f865d Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sun, 7 Mar 2021 16:50:49 +0100 Subject: [PATCH 2/2] styles/shared: Remove unused `yanked` CSS class --- app/styles/shared/typography.module.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/styles/shared/typography.module.css b/app/styles/shared/typography.module.css index d410b6ef913..60abd926a84 100644 --- a/app/styles/shared/typography.module.css +++ b/app/styles/shared/typography.module.css @@ -16,8 +16,3 @@ color: #6b6b6b; } } - -.yanked { - font-size: 80%; - color: rgb(166, 0, 0) -}