From e2df24348e37c4967f3c16b1c30f78cf981df7d7 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 29 Dec 2023 00:09:02 +0800 Subject: [PATCH] :lipstick: https://github.com/siyuan-note/siyuan/issues/10009 --- app/src/assets/scss/business/_card.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/src/assets/scss/business/_card.scss b/app/src/assets/scss/business/_card.scss index 8c7d0fdc8..e5a0f7709 100644 --- a/app/src/assets/scss/business/_card.scss +++ b/app/src/assets/scss/business/_card.scss @@ -70,8 +70,14 @@ } &--hidemark span[data-type~=mark] { - transition: var(--b3-transition); - color: transparent !important; + font-size: 0; + + &::before { + content: " [...] "; + color: var(--b3-theme-primary-light); + font-size: initial; + font-weight: bold; + } } &--hideli .li > .list {