mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
removed green theme
This commit is contained in:
@@ -97,11 +97,7 @@ export default class GlobalMenuWidget extends BasicWidget {
|
||||
this.$widget = $(TPL);
|
||||
|
||||
const $button = this.$widget.find(".global-menu-button");
|
||||
|
||||
$button.tooltip({
|
||||
trigger: "hover"
|
||||
});
|
||||
|
||||
$button.tooltip({ trigger: "hover" });
|
||||
$button.on("click", () => $button.tooltip("hide"));
|
||||
|
||||
this.$widget.find(".show-about-dialog-button").on('click',
|
||||
|
||||
Reference in New Issue
Block a user