mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 23:59:59 +01:00
chore(layout/inline-title): disable pointer events while hidden
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
.note-icon-widget,
|
.note-icon-widget,
|
||||||
.note-title-widget {
|
.note-title-widget {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -39,6 +40,7 @@
|
|||||||
&:not(.inline-title-visible) {
|
&:not(.inline-title-visible) {
|
||||||
.inline-title .inline-title-row {
|
.inline-title .inline-title-row {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user