rustdoc: add hover indicator for notable trait tooltip

This commit is contained in:
Michael Howell 2023-05-23 17:19:35 -07:00
parent c1d72de030
commit b9302d7234
2 changed files with 20 additions and 1 deletions

View file

@ -1179,6 +1179,10 @@ a.test-arrow:hover {
position: relative;
}
.code-header a.tooltip:hover {
color: var(--link-color);
}
/* placeholder thunk so that the mouse can easily travel from "(i)" to popover
the resulting "hover tunnel" is a stepped triangle, approximating
https://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown */