rustdoc: add hover indicator for notable trait tooltip
This commit is contained in:
parent
c1d72de030
commit
b9302d7234
2 changed files with 20 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue