Skip to content

Commit 5afdfb1

Browse files
committed
rustdoc-search: add mouseover color switch for search tooltip
1 parent de51b0d commit 5afdfb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,8 @@ a.test-arrow:hover {
14441444
position: relative;
14451445
}
14461446

1447-
.code-header a.tooltip:hover {
1447+
.code-header a.tooltip:hover,
1448+
.search-results a.tooltip:hover {
14481449
color: var(--link-color);
14491450
}
14501451

0 commit comments

Comments
 (0)