Skip to content

Commit

Permalink
Rollup merge of #74501 - lzutao:css_run_border, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Ayu theme: Use different background color for Run button

Make it clearer that there is a button Run there.

Demo in #74501 (comment) .
  • Loading branch information
Manishearth authored Jul 20, 2020
2 parents 6a4276d + 0eff3d5 commit e0fae89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/librustdoc/html/static/themes/ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,12 +318,12 @@ a.test-arrow {
font-size: 100%;
color: #788797;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0);
background-color: rgba(57, 175, 215, 0.09);
}

a.test-arrow:hover {
background-color: rgba(242, 151, 24, 0.05);
color: #ffb44c;
background-color: rgba(57, 175, 215, 0.368);
color: #c5c5c5;
}

.toggle-label {
Expand Down

0 comments on commit e0fae89

Please sign in to comment.