mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
This commit is contained in:
parent
681489bc24
commit
0fa75ec71a
5 changed files with 14 additions and 9 deletions
|
|
@ -282,6 +282,10 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&[data-block-id] > .block__icon[data-type="copy"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.dragover__right {
|
||||
border-right-color: var(--b3-theme-primary-lighter);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -670,5 +670,9 @@
|
|||
.av__cell--header:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.av__cell[data-block-id] > .block__icon[data-type="copy"] {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue