Rollup merge of #74504 - lzutao:ayu-border-selected-fn, r=GuillaumeGomez

Add right border bar to Dark and Light theme

Demo:
Light theme: https://github.com/rust-lang/rust/pull/74504#issuecomment-662491120
Dark theme: https://github.com/rust-lang/rust/pull/74504#issuecomment-662522446
Ayu theme: https://github.com/rust-lang/rust/pull/74504#issuecomment-662625685
This commit is contained in:
Yuki Okushi 2020-07-24 18:56:25 +09:00 committed by GitHub
commit 52476f53dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -326,7 +326,7 @@ a.test-arrow:hover {
:target > code, :target > .in-band {
background: rgba(255, 236, 164, 0.06);
border-right: 3px solid #ffb44c;
border-right: 3px solid rgba(255, 180, 76, 0.85);
}
pre.compile_fail {

View File

@ -274,6 +274,7 @@ a.test-arrow:hover{
:target > code, :target > .in-band {
background-color: #494a3d;
border-right: 3px solid #bb7410;
}
pre.compile_fail {

View File

@ -269,6 +269,7 @@ a.test-arrow:hover{
:target > code, :target > .in-band {
background: #FDFFD3;
border-right: 3px solid #ffb44c;
}
pre.compile_fail {