This commit is contained in:
Björn Fromme
2025-02-27 19:21:12 +01:00
parent f5d3619c4a
commit ac498f9040
15 changed files with 311 additions and 185 deletions
+5 -1
View File
@@ -31,6 +31,10 @@ export default class extends Controller {
} else {
element = this.element
}
tippy(element, options)
this.tooltip = tippy(element, options)
}
disconnect() {
this.tooltip.destroy()
}
}
+1 -1
View File
@@ -15,7 +15,7 @@ h3,
h4,
.headline--4 {
@apply block md:text-lg font-bold;
@apply block font-semibold;
}
.headline--underlined:after {