fix links hover in api view
This commit is contained in:
parent
55d125889f
commit
568f0f2831
1 changed files with 6 additions and 0 deletions
|
@ -49,3 +49,9 @@ pre, pre.prettyprint {
|
|||
h1 {
|
||||
margin-top:10px;
|
||||
}
|
||||
pre a:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
pre a:hover > * {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue