hotfix symbols in URL issue

This commit is contained in:
2025-06-29 19:34:34 +02:00
parent 372b960261
commit 9829a74f95
2 changed files with 27 additions and 10 deletions

View File

@@ -157,7 +157,11 @@ figure {
cursor: pointer;
}
.tooltip .tooltiptext {
.tooltip a object {
cursor: pointer;
}
.tooltiptext {
display: none;
cursor: default;
width: max-content;
@@ -179,12 +183,12 @@ figure {
margin: 0;
}
.tooltip:hover .tooltiptext {
.tooltip:hover .infotext {
display: block;
opacity: 1;
}
.tooltip:active .tooltiptext {
.tooltip:active .infotext {
display: block;
opacity: 1;
}