From c582204ec3714b1f537b67998872c51525db18b3 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 3 May 2023 11:19:21 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/8162 --- app/src/assets/scss/mobile.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/assets/scss/mobile.scss b/app/src/assets/scss/mobile.scss index 36ff43dfb..63cfc4ac1 100644 --- a/app/src/assets/scss/mobile.scss +++ b/app/src/assets/scss/mobile.scss @@ -453,12 +453,12 @@ } } -html[lang="en_US"] .protyle-wysiwyg [spellcheck]:empty:before { +html .protyle-wysiwyg [spellcheck]:empty:before { content: "Enter text"; color: var(--b3-theme-on-surface-light); } -html[lang="zh__CN"] .protyle-wysiwyg [spellcheck]:empty:before { +html[lang="zh_CN"] .protyle-wysiwyg [spellcheck]:empty:before { content: "键入文字"; color: var(--b3-theme-on-surface-light); }