Skip to content

Commit

Permalink
Rollup merge of rust-lang#51793 - GuillaumeGomez:search-result-hover,…
Browse files Browse the repository at this point in the history
… r=QuietMisdreavus

Fix variant background color on hover in search results

Fixes rust-lang#51792.

<img width="1440" alt="screen shot 2018-06-26 at 00 37 24" src="https://user-images.githubusercontent.com/3050060/41879313-60ecf3be-78d9-11e8-9986-21af529ab758.png">

r? @QuietMisdreavus
  • Loading branch information
kennytm authored Jul 5, 2018
2 parents 185fb7b + 4c6385d commit 6650d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pre {

.content .highlighted {
color: #eee !important;
background-color: #333;
background-color: #616161;
}
.content .highlighted a, .content .highlighted span { color: #eee !important; }
.content .highlighted.trait { background-color: #013191; }
Expand Down

0 comments on commit 6650d7f

Please sign in to comment.