From c71263470ec527b42ab1632f78f45d0bd27e3475 Mon Sep 17 00:00:00 2001 From: Kira Date: Thu, 29 Oct 2020 18:16:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/base/single/editor/editor.multifile.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/less/base/single/editor/editor.multifile.less b/src/less/base/single/editor/editor.multifile.less index 6c954fd91..fea7b2e9e 100644 --- a/src/less/base/single/editor/editor.multifile.less +++ b/src/less/base/single/editor/editor.multifile.less @@ -11,10 +11,10 @@ } // 解决chrome下input type:file cursor设置为pointer无效的问题 - // https://stackoverflow.com/questions/1537223/change-cursor-type-on-input-type-file - input[type=file], /* FF, IE7+, chrome (except button) */ - input[type=file]::-webkit-file-upload-button { - /* chromes and blink button */ - cursor: pointer; - } + // https://stackoverflow.com/questions/1537223/change-cursor-type-on-input-type-file + input[type=file], /* FF, IE7+, chrome (except button) */ + input[type=file]::-webkit-file-upload-button { + /* chromes and blink button */ + cursor: pointer; + } } \ No newline at end of file