wip
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ h3,
|
||||
|
||||
h4,
|
||||
.headline--4 {
|
||||
@apply block md:text-lg font-bold;
|
||||
@apply block font-semibold;
|
||||
}
|
||||
|
||||
.headline--underlined:after {
|
||||
|
||||
Reference in New Issue
Block a user