Skip to content

Commit 0e93f7d

Browse files
committed
Auto merge of #3372 - Turbo87:yanked, r=locks
Remove unused `yanked` CSS classes These classes appear to not be used anywhere anymore.
2 parents 2d737b2 + dfa1773 commit 0e93f7d

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

app/components/crate-sidebar.module.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ ul.owners {
111111
}
112112
}
113113

114-
.yanked {
115-
composes: yanked from '../styles/shared/typography.module.css';
116-
}
117-
118114
.more-versions-link,
119115
.reverse-deps-link {
120116
composes: small from '../styles/shared/typography.module.css';

app/styles/shared/typography.module.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,3 @@
1616
color: #6b6b6b;
1717
}
1818
}
19-
20-
.yanked {
21-
font-size: 80%;
22-
color: rgb(166, 0, 0)
23-
}

0 commit comments

Comments
 (0)