Skip to content

Commit a267571

Browse files
authored
(doc) underline links in charts (#6875)
1 parent a1b0e6d commit a267571

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/css/webots-doc.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,13 @@ body {
917917
.webots-doc g foreignObject div a {
918918
font-family: Tahoma, Arial, sans-serif; /* mermaidjs is quite sensitive to the font used and it's size */
919919
font-size: 100%;
920+
text-decoration: underline;
921+
}
922+
923+
.webots-doc g foreignObject div a:active,
924+
.webots-doc g foreignObject div a:focus,
925+
.webots-doc g foreignObject div a:hover {
926+
text-decoration: underline;
920927
}
921928

922929
.webots-doc .mermaid {

0 commit comments

Comments
 (0)