提交 e1c2f777 编写于 作者: M Manish Goregaokar

Rollup merge of #22571 - nagisa:style-fallout, r=alexcrichton

 Links in docblock headers also became blue, which was not intended.

r? @steveklabnik
......@@ -374,8 +374,14 @@ a {
color: #000;
background: transparent;
}
.docblock a { color: #4e8bca; }
.docblock a:hover { text-decoration: underline; }
.docblock a {
color: #4e8bca;
}
.docblock a:hover {
text-decoration: underline;
}
.content span.trait, .content a.trait, .block a.current.trait { color: #ed9603; }
.content span.mod, .content a.mod, block a.current.mod { color: #4d76ae; }
......@@ -529,10 +535,19 @@ pre.rust { position: relative; }
margin: 0 0 -5px;
padding: 0;
}
.section-header:hover a:after {
content: '\2002\00a7\2002';
}
.section-header:hover a {
text-decoration: none;
}
.section-header a {
color: inherit;
}
.collapse-toggle {
font-weight: 300;
position: absolute;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册