mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
tooltips + verwaltung finish
This commit is contained in:
BIN
views/assets/favicon.xcf
Normal file
BIN
views/assets/favicon.xcf
Normal file
Binary file not shown.
BIN
views/assets/favicon_transparent.png
Normal file
BIN
views/assets/favicon_transparent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@@ -318,14 +318,7 @@ class z extends HTMLElement {
|
||||
super(), this._tooltipBox = null, this._timeout = 200, this._hideTimeout = null, this._hiddenTimeout = null;
|
||||
}
|
||||
connectedCallback() {
|
||||
this.classList.add(
|
||||
"w-full",
|
||||
"h-full",
|
||||
"relative",
|
||||
"block",
|
||||
"leading-none",
|
||||
"[&>*]:leading-normal"
|
||||
);
|
||||
this.classList.add("relative", "block", "leading-none", "[&>*]:leading-normal");
|
||||
const t = this.querySelector(".data-tip"), e = t ? t.innerHTML : "Tooltip";
|
||||
t && t.classList.add("hidden"), this._tooltipBox = document.createElement("div"), this._tooltipBox.innerHTML = e, this._tooltipBox.className = [
|
||||
"opacity-0",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user