Skip to content

Commit 1fe0fe4

Browse files
committed
rustdoc: Remove unused spotlight CSS
I couldn't find any uses of this CSS. I think it was superseded by the `.notable-traits` CSS class and other similarly-named CSS classes.
1 parent 5f96c48 commit 1fe0fe4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/librustdoc/html/static/rustdoc.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,10 @@ code, pre, a.test-arrow {
173173
border-radius: 3px;
174174
padding: 0 0.1em;
175175
}
176-
.docblock pre code, .docblock-short pre code, .docblock code.spotlight {
176+
.docblock pre code, .docblock-short pre code {
177177
padding: 0;
178178
padding-right: 1ex;
179179
}
180-
.docblock code.spotlight :last-child {
181-
padding-bottom: 0.6em;
182-
}
183180
pre {
184181
padding: 14px;
185182
}

0 commit comments

Comments
 (0)