diff --git a/source/13 vim mode.css b/source/13 vim mode.css index 91b0ab7b..9a5d38f9 100644 --- a/source/13 vim mode.css +++ b/source/13 vim mode.css @@ -237,12 +237,19 @@ box-shadow: none; } -/* ignoring tooltips in settings, since they are relevant there, e.g. for sliders */ -.no-mouse-hovers div:not(.modal-container) + .tooltip, +.no-mouse-hovers .tooltip, .no-mouse-hovers .is-live-preview .cm-embed-block:not(.cm-table-widget):hover .edit-block-button { display: none; } +/* keeping tooltips in settings, since they are relevant there, e.g. for sliders */ +.no-mouse-hovers .modal-container + .tooltip, +.no-mouse-hovers + .app-container:has(.mod-active .workspace-leaf-content[data-type="style-settings"]) + ~ .tooltip { + display: unset; +} + /* ───────────────────────────────────────────────── */ /** Vim Panel ──────────────────────────────────────────────────── */