Rollup merge of #51297 - GuillaumeGomez:fix-run-but-style, r=QuietMisdreavus

Fix run button style

r? @QuietMisdreavus
This commit is contained in:
Mark Simulacrum 2018-06-02 19:55:07 -06:00 committed by GitHub
commit 0c695e01da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -561,7 +561,8 @@ a {
content: '\2002\00a7\2002';
}
.docblock a:not(.srclink):hover, .docblock-short a:not(.srclink):hover, .stability a {
.docblock a:not(.srclink):not(.test-arrow):hover,
.docblock-short a:not(.srclink):not(.test-arrow):hover, .stability a {
text-decoration: underline;
}

View File

@ -163,7 +163,8 @@ a {
color: #ddd;
}
.docblock a:not(.srclink), .docblock-short a:not(.srclink), .stability a {
.docblock a:not(.srclink):not(.test-arrow), .docblock-short a:not(.srclink):not(.test-arrow),
.stability a {
color: #D2991D;
}

View File

@ -163,7 +163,8 @@ a {
color: #000;
}
.docblock a:not(.srclink), .docblock-short a:not(.srclink), .stability a {
.docblock a:not(.srclink):not(.test-arrow), .docblock-short a:not(.srclink):not(.test-arrow),
.stability a {
color: #3873AD;
}