Skip to content

Commit

Permalink
remove excalidraw tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
AnubisNekhet committed May 10, 2024
1 parent e3f6c66 commit 820de1c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions obsidian.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
5 changes: 5 additions & 0 deletions src/modules/Integrations/excalidraw.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
4 changes: 4 additions & 0 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 820de1c

Please sign in to comment.