From f36a538b536b271a37a6635cf1528fca25f02784 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 1 Oct 2020 15:34:37 +0300 Subject: [PATCH] Removing border-radius from ace-editor Signed-off-by: Alex Andreev --- src/renderer/components/ace-editor/ace-editor.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/components/ace-editor/ace-editor.scss b/src/renderer/components/ace-editor/ace-editor.scss index 494c890d8d..7aabbf01d5 100644 --- a/src/renderer/components/ace-editor/ace-editor.scss +++ b/src/renderer/components/ace-editor/ace-editor.scss @@ -18,7 +18,6 @@ width: inherit; height: inherit; font-size: 90%; - border-radius: $radius; } // --Theme customization