Fix run button style
This commit is contained in:
parent
2954cb5119
commit
7585632052
3 changed files with 6 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue