Skip to content

Commit

Permalink
Invert colors in important traits tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Nov 29, 2017
1 parent 0a2e9ad commit c00ba79
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 c00ba79

Please sign in to comment.