From b47e74a7e1afc71eaa9bb07ee4c2b46368004beb Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Tue, 22 Nov 2022 00:01:58 +0500 Subject: [PATCH] chore: styles fix --- web/src/containers/Studio/editor.tsx | 5 ++++- web/src/index.css | 12 ------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/web/src/containers/Studio/editor.tsx b/web/src/containers/Studio/editor.tsx index fa79d11..6a1b042 100644 --- a/web/src/containers/Studio/editor.tsx +++ b/web/src/containers/Studio/editor.tsx @@ -197,7 +197,10 @@ const SASjsEditor = ({

Log

-
+              
                 {log}
               
diff --git a/web/src/index.css b/web/src/index.css index e294eca..ebd047b 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -25,15 +25,3 @@ code { padding: '5px 10px'; margin-top: '10px'; } - -.tree-item-label { - display: flex; -} - -.tree-item-label.selected { - background: lightgoldenrodyellow; -} - -.tree-item-label:hover { - background: lightgray; -}