Skip to content

Commit 312ad66

Browse files
authoredJan 9, 2023
Rollup merge of rust-lang#106647 - notriddle:notriddle/a, r=GuillaumeGomez
rustdoc: merge common CSS for `a`
2 parents b13c1eb + 1c766d0 commit 312ad66

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎src/librustdoc/html/static/css/rustdoc.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ h1 a,
253253

254254
a {
255255
color: var(--link-color);
256+
text-decoration: none;
256257
}
257258

258259
ol, ul {
@@ -662,10 +663,6 @@ nav.sub {
662663
margin: 0 0 15px 0;
663664
}
664665

665-
a {
666-
text-decoration: none;
667-
}
668-
669666
.small-section-header {
670667
/* fields use <span> tags, but should get their own lines */
671668
display: block;

0 commit comments

Comments
 (0)