Skip to content

Commit 4b402db

Browse files
Remove underline when run button hovered
1 parent 46957f0 commit 4b402db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+1
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ a.test-arrow {
585585
}
586586
a.test-arrow:hover{
587587
background-color: #4e8bca;
588+
text-decoration: none;
588589
}
589590

590591
.section-header:hover a:after {

0 commit comments

Comments
 (0)