From a5d43e6f14a3358ce8bafd307b784d508e0e4a84 Mon Sep 17 00:00:00 2001 From: pixelmaxQM Date: Sat, 18 May 2024 23:11:28 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=E4=BF=AE=E5=A4=8D=E5=8F=B3=E4=B8=8A?= =?UTF-8?q?=E8=A7=92focus-visible=E7=8A=B6=E6=80=81=E4=B8=8B=E4=BC=9A?= =?UTF-8?q?=E5=87=BA=E7=8E=B0outline=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/style/main.scss | 7 +++++++ web/src/style/reset.scss | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/web/src/style/main.scss b/web/src/style/main.scss index f075a7a78..9f5a04c50 100644 --- a/web/src/style/main.scss +++ b/web/src/style/main.scss @@ -44,3 +44,10 @@ .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{ background: var(--el-color-primary-bg) !important; } + +.el-dropdown{ + outline: none; + div{ + outline: none; + } +} diff --git a/web/src/style/reset.scss b/web/src/style/reset.scss index 4b19549d7..d70c71fec 100644 --- a/web/src/style/reset.scss +++ b/web/src/style/reset.scss @@ -505,4 +505,4 @@ ul, ol, li { list-style-type: none; -} \ No newline at end of file +}