mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
0c885cf9ff
commit
e2df24348e
1 changed files with 8 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue