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 @@