mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 12:08:07 +01:00
This commit is contained in:
parent
adcd4acda7
commit
1f5715201f
1 changed files with 9 additions and 7 deletions
|
|
@ -241,6 +241,15 @@
|
|||
color: var(--b3-protyle-inline-fileref-color);
|
||||
}
|
||||
|
||||
span[data-type~="block-ref"],
|
||||
span[data-type~="file-annotation-ref"] {
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&.render-node {
|
||||
min-height: 32px;
|
||||
|
||||
|
|
@ -590,8 +599,6 @@
|
|||
.protyle-wysiwyg[data-readonly="false"] {
|
||||
span[data-type~="inline-math"],
|
||||
span[data-type~="tag"],
|
||||
span[data-type~="block-ref"],
|
||||
span[data-type~="file-annotation-ref"],
|
||||
.protyle-action__language,
|
||||
.img > span:nth-child(2),
|
||||
.render-node {
|
||||
|
|
@ -602,11 +609,6 @@
|
|||
background-color: var(--b3-theme-surface-lighter);
|
||||
}
|
||||
|
||||
span[data-type~="block-ref"]:hover,
|
||||
span[data-type~="file-annotation-ref"]:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.code-block .protyle-action {
|
||||
-webkit-user-modify: read-only;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue