From 2610e277f995862f8011cc7e927c517bbf701744 Mon Sep 17 00:00:00 2001 From: Ritam727 Date: Mon, 4 Oct 2021 09:04:37 +0530 Subject: [PATCH] Removed outline effect from the lines while in edit mode in light mode and while making selection in dark mode --- public/css/laptop-style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/laptop-style.css b/public/css/laptop-style.css index 3f553f2..cb90299 100644 --- a/public/css/laptop-style.css +++ b/public/css/laptop-style.css @@ -980,9 +980,15 @@ green { margin-bottom: -8px; cursor: pointer; } + .CodeMirror-selected { background-color: #f35e18 !important; } + .CodeMirror-selectedtext { color: white; } + +.CodeMirror-line { + box-shadow: none; +} \ No newline at end of file