mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
hotfix symbols in URL issue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user