BUGIX: tooltips & zurück-button

This commit is contained in:
Simon Martens
2025-03-02 15:29:11 +01:00
parent 416641daf1
commit 9780f04b54
3 changed files with 3 additions and 2 deletions

View File

@@ -323,7 +323,7 @@ class z extends HTMLElement {
"[&>*]:leading-normal"
);
const t = this.querySelector(".data-tip"), e = t ? t.innerHTML : "Tooltip";
t && t.remove(), this._tooltipBox = document.createElement("div"), this._tooltipBox.innerHTML = e, this._tooltipBox.className = [
t && t.classList.add("hidden"), this._tooltipBox = document.createElement("div"), this._tooltipBox.innerHTML = e, this._tooltipBox.className = [
"opacity-0",
"hidden",
"absolute",