From 820de1cfc4890bc8e14926e16e8540f237441aaa Mon Sep 17 00:00:00 2001 From: Anubis <102488279+AnubisNekhet@users.noreply.github.com> Date: Sat, 11 May 2024 02:10:14 +0530 Subject: [PATCH] remove excalidraw tooltip --- obsidian.css | 4 ++++ src/modules/Integrations/excalidraw.scss | 5 +++++ theme.css | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/obsidian.css b/obsidian.css index 68b24eb..4e3fa4b 100644 --- a/obsidian.css +++ b/obsidian.css @@ -7757,6 +7757,10 @@ None of the original code was used and the feature was implemented from scratch. --button-hover-bg: rgba(var(--ctp-surface2), 0.6) !important; } +.excalidraw .HintViewer { + display: none; +} + .obsidian-icon-folder-icon { margin-top: -5px; } diff --git a/src/modules/Integrations/excalidraw.scss b/src/modules/Integrations/excalidraw.scss index c24297c..32d7e3b 100644 --- a/src/modules/Integrations/excalidraw.scss +++ b/src/modules/Integrations/excalidraw.scss @@ -20,3 +20,8 @@ .excalidraw.theme--dark.excalidraw .App-menu__left { --button-hover-bg: rgba(var(--ctp-surface2), 0.6) !important; } + +// remove annyoing hint +.excalidraw .HintViewer { + display: none; +} diff --git a/theme.css b/theme.css index 68b24eb..4e3fa4b 100644 --- a/theme.css +++ b/theme.css @@ -7757,6 +7757,10 @@ None of the original code was used and the feature was implemented from scratch. --button-hover-bg: rgba(var(--ctp-surface2), 0.6) !important; } +.excalidraw .HintViewer { + display: none; +} + .obsidian-icon-folder-icon { margin-top: -5px; }