Rollup merge of #51297 - GuillaumeGomez:fix-run-but-style, r=QuietMisdreavus
Fix run button style r? @QuietMisdreavus
This commit is contained in:
commit
0c695e01da
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user