From e4881cc236b27d7fff8d7b25890d9e718549a065 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 24 Mar 2024 23:11:46 +0800 Subject: [PATCH] :lipstick: fix https://github.com/siyuan-note/siyuan/issues/10721 --- app/src/assets/scss/business/_custom.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/assets/scss/business/_custom.scss b/app/src/assets/scss/business/_custom.scss index 329812876..8d9ce4ab3 100644 --- a/app/src/assets/scss/business/_custom.scss +++ b/app/src/assets/scss/business/_custom.scss @@ -63,7 +63,6 @@ } .b3-text-field--text { - cursor: pointer; transition: var(--b3-transition); min-height: 34px; background-color: transparent;