From 2856ee3b6c9ae9fc63f1bd3f0b9791a9a044342f Mon Sep 17 00:00:00 2001 From: roymondchen Date: Wed, 15 Jun 2022 12:43:39 +0800 Subject: [PATCH] =?UTF-8?q?style(editor):=20=E9=87=8D=E7=BD=AEworkspace?= =?UTF-8?q?=E5=8C=BA=E5=9F=9Ffocus=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/src/theme/workspace.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/editor/src/theme/workspace.scss b/packages/editor/src/theme/workspace.scss index ccad9a0d..c1dd7835 100644 --- a/packages/editor/src/theme/workspace.scss +++ b/packages/editor/src/theme/workspace.scss @@ -2,4 +2,8 @@ height: 100%; width: 100%; user-select: none; + + &:focus-visible { + outline: 0; + } }