Skip to content

Commit

Permalink
Rollup merge of rust-lang#46392 - GuillaumeGomez:fix-tooltip, r=Quiet…
Browse files Browse the repository at this point in the history
…Misdreavus

Invert colors in important traits tooltip

Part of rust-lang#46352.

r? @QuietMisdreavus
  • Loading branch information
kennytm authored Dec 1, 2017
2 parents bc8e8fa + c00ba79 commit edaec07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,12 @@ span.since {
border-color: transparent black transparent transparent;
}

.important-traits .tooltip .tooltiptext {
background-color: white;
color: black;
border: 1px solid #000;
}

pre.rust {
position: relative;
}
Expand Down

0 comments on commit edaec07

Please sign in to comment.