rustdoc: remove no-op CSS .srclink { font-weight; font-size }
When this CSS was added in34bd2b845b, source links were nested below headers.34bd2b845b/src/librustdoc/html/render.rs (L4015-L4019)Now, thanks to458e7219bc, they are now siblings of headers, and thanks to270d09dca9, they have the same font size that they would've had anyway.
This commit is contained in:
parent
1d1f142660
commit
3fac709eab
1 changed files with 0 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue