mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 15:12:33 +01:00
This commit is contained in:
parent
efc3ec43fe
commit
b0857eef5e
2 changed files with 6 additions and 2 deletions
|
|
@ -92,7 +92,6 @@
|
|||
|
||||
&__scroll {
|
||||
overflow: auto hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&__body {
|
||||
|
|
@ -245,6 +244,7 @@
|
|||
flex-shrink: 0;
|
||||
border-right: 1px solid var(--b3-theme-surface-lighter);
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
// display: flex; 不需要使用,否则 av__celltext 会占满单元格,导致链接列点击空白无法进行编辑
|
||||
|
||||
[data-type="block-ref"],
|
||||
|
|
@ -314,7 +314,7 @@
|
|||
|
||||
&--url,
|
||||
&--ref {
|
||||
text-decoration: underline var(--b3-border-color);
|
||||
border-bottom: 1px solid var(--b3-border-color);
|
||||
}
|
||||
|
||||
& > .av__cellicon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue