Skip to content

Commit 59c1508

Browse files
committed
rustdoc-search: add mouseover color switch for search tooltip
1 parent 8ab2f0b commit 59c1508

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,8 @@ instead, we check that it's not a "finger" cursor.
15641564
position: relative;
15651565
}
15661566

1567-
.code-header a.tooltip:hover {
1567+
.code-header a.tooltip:hover,
1568+
.search-results a.tooltip:hover {
15681569
color: var(--link-color);
15691570
}
15701571

0 commit comments

Comments
 (0)