From ac84fc7992d9dc332bff6245e70febfb1ee6c960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=A1=BA=E5=BC=BA?= <978987373@qq.com> Date: Tue, 7 Feb 2023 12:05:49 +0800 Subject: [PATCH] optimize style (#5371) --- frontend/src/components/seafile-codemirror/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/components/seafile-codemirror/style.css b/frontend/src/components/seafile-codemirror/style.css index 7d94512115..18dd9517f0 100644 --- a/frontend/src/components/seafile-codemirror/style.css +++ b/frontend/src/components/seafile-codemirror/style.css @@ -11,6 +11,10 @@ max-width: 950px; } +.text-file-view .cm-editor.cm-focused { + outline: none; +} + .text-file-view .cm-scroll { min-height: 300px; }