mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 15:04:07 +01:00
This commit is contained in:
parent
4fd844f48c
commit
b73fa77f2b
10 changed files with 41 additions and 23 deletions
|
|
@ -475,15 +475,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
html .protyle-wysiwyg [data-node-id]:last-child [spellcheck][contenteditable="true"]:empty:before {
|
||||
content: "Enter text";
|
||||
color: var(--b3-empty-color);
|
||||
}
|
||||
|
||||
html[lang="zh_CN"] .protyle-wysiwyg [data-node-id]:last-child [spellcheck][contenteditable="true"]:empty:before {
|
||||
content: "键入文字";
|
||||
}
|
||||
|
||||
.av__views .block__icon {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,11 @@
|
|||
user-select: auto;
|
||||
overflow-x: clip;
|
||||
|
||||
&--empty:empty:before {
|
||||
color: var(--b3-empty-color);
|
||||
content: attr(placeholder);
|
||||
}
|
||||
|
||||
.protyle-breadcrumb__bar {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue