From 88b38370e16a46de8b2d5f7fc27f857c865627c9 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Sat, 8 Nov 2025 13:32:23 -0600 Subject: [PATCH] added context menu for lsp modal field; cleaned up context menu css locations --- src/app/editor/code-view/view.component.css | 21 --------- src/app/editor/code-view/view.component.html | 2 +- .../lsp-manager/lsp-manager.component.html | 15 +++++- .../lsp-manager/lsp-manager.component.ts | 46 +++++++++++++++++++ src/app/editor/tabs/tabs.component.css | 20 -------- src/app/editor/tabs/tabs.component.html | 2 +- src/assets/css/styles.css | 22 +++++++++ 7 files changed, 83 insertions(+), 45 deletions(-) diff --git a/src/app/editor/code-view/view.component.css b/src/app/editor/code-view/view.component.css index 5624175..f8be0d3 100644 --- a/src/app/editor/code-view/view.component.css +++ b/src/app/editor/code-view/view.component.css @@ -10,24 +10,3 @@ border-width: thin; border-color: rgba(124, 124, 124, 1); } - - -.contextMenu { - display: inline-table; - z-index: 500; - position: absolute; - min-width: 2em; - padding: 0.2em; - top: 0em; - right: 0em; - background-color: gray; -} - -.contextMenu li:hover { - background-color: rgba(0, 124, 0, 0.64); - cursor: pointer; -} - -.contextMenu li { - padding: 0em 0.2em; -} diff --git a/src/app/editor/code-view/view.component.html b/src/app/editor/code-view/view.component.html index 563bcb4..58a5d09 100644 --- a/src/app/editor/code-view/view.component.html +++ b/src/app/editor/code-view/view.component.html @@ -4,7 +4,7 @@