rustdoc: remove no-op CSS .srclink { font-weight; font-size }

When this CSS was added in 34bd2b845b, source
links were nested below headers.

34bd2b845b/src/librustdoc/html/render.rs (L4015-L4019)

Now, thanks to 458e7219bc, they are now
siblings of headers, and thanks to
270d09dca9, they have the same font size that
they would've had anyway.
This commit is contained in:
Michael Howell 2022-09-26 15:28:26 -07:00
parent 1d1f142660
commit 3fac709eab

View file

@ -1118,13 +1118,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
color: var(--right-side-color);
}
.impl-items .srclink, .impl .srclink, .methods .srclink {
/* Override header settings otherwise it's too bold */
font-weight: normal;
font-size: 1rem;
}
pre.rust .question-mark {
font-weight: bold;
}