Skip to content

Commit 1a18f18

Browse files
committed
rustdoc-search: add mouseover color switch for search tooltip
1 parent e62156e commit 1a18f18

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
@@ -1495,7 +1495,8 @@ a.test-arrow:hover {
14951495
position: relative;
14961496
}
14971497

1498-
.code-header a.tooltip:hover {
1498+
.code-header a.tooltip:hover,
1499+
.search-results a.tooltip:hover {
14991500
color: var(--link-color);
15001501
}
15011502

0 commit comments

Comments
 (0)