Underline source code links on hover
This commit is contained in:
parent
89bdc33781
commit
b5c27b49d0
@ -450,6 +450,10 @@ nav.sub {
|
||||
border-bottom-left-radius: 5px;
|
||||
}
|
||||
|
||||
.example-wrap > pre.rust a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.rustdoc:not(.source) .example-wrap > pre:not(.line-number) {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user