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:
commit
edaec072b9
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue