From fbe8e8cf8bb019fc5d584f45a1018b5a50119f04 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 30 Oct 2022 00:06:22 +0800 Subject: [PATCH] :lipstick: fix https://github.com/siyuan-note/siyuan/issues/6402 --- app/src/assets/scss/_wysiwyg.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/assets/scss/_wysiwyg.scss b/app/src/assets/scss/_wysiwyg.scss index 460cf4552..2b0220318 100644 --- a/app/src/assets/scss/_wysiwyg.scss +++ b/app/src/assets/scss/_wysiwyg.scss @@ -59,7 +59,7 @@ } & > .protyle-action:after { - background-color: var(--b3-theme-surface-lighter); + background-color: var(--b3-list-hover); } & > div:nth-child(3):not(.protyle-attr), @@ -456,7 +456,7 @@ [data-node-id][fold="1"]:not(.li):not([data-type="NodeHeading"]) { @include text-clamp(1); - opacity: 0.68; + opacity: 0.54; font-size: 16px; height: 26px; line-height: 26px; @@ -543,7 +543,6 @@ .li > .protyle-action:hover { &:after { - background-color: var(--b3-theme-background-light) !important; opacity: .68; }