Vanessa 2024-05-15 17:01:48 +08:00
parent 681489bc24
commit 0fa75ec71a
5 changed files with 14 additions and 9 deletions

View file

@ -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);
}

View file

@ -670,5 +670,9 @@
.av__cell--header:hover {
background-color: transparent;
}
.av__cell[data-block-id] > .block__icon[data-type="copy"] {
display: block;
}
}
}