Rollup merge of #46392 - GuillaumeGomez:fix-tooltip, r=QuietMisdreavus

Invert colors in important traits tooltip

Part of #46352.

r? @QuietMisdreavus
This commit is contained in:
kennytm 2017-12-02 01:38:59 +08:00 committed by GitHub
commit edaec072b9

View file

@ -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;
}