Vanessa 2024-04-22 14:51:17 +08:00
parent a5f9771e03
commit a67ec08adb
2 changed files with 19 additions and 14 deletions

View file

@ -281,6 +281,11 @@
border-right-color: var(--b3-theme-primary-lighter);
}
&.dragover__left,
&.dragover__right {
z-index: 2;
}
&--select {
background-color: var(--b3-menu-background);
box-shadow: 2px 2px 0 var(--b3-theme-primary-lighter) inset, -2px -2px 0 var(--b3-theme-primary-lighter) inset;
@ -528,21 +533,13 @@
.dragover__top,
.dragover__bottom {
.av__colsticky {
z-index: 0;
& > div {
&.av__firstcol,
& > div:not(.av__cell--select):not(.av__cell--active):not(.av__calc--ashow) {
background-color: transparent;
}
}
}
.dragover__bottom + .av__row,
.av__row:has(+ .dragover__top) {
.av__colsticky > div {
background-color: transparent;
}
}
img.av__cellassetimg {
max-height: calc(1.625em - 2px);
border-radius: var(--b3-border-radius);