Skip to content
Snippets Groups Projects
Commit 9cde4fbf authored by Tögl, Christina's avatar Tögl, Christina
Browse files

Add link decoration for info tooltip

parent 2ec3b482
No related branches found
No related tags found
No related merge requests found
Pipeline #55489 passed
......@@ -49,6 +49,10 @@ export class InfoTooltip extends ScopedElementsMixin(DBPLitElement) {
position: relative;
}
a {
text-decoration-line: underline;
text-decoration-style: dotted;
}
`;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment