Vanessa 2024-09-21 00:36:19 +08:00
parent d4133473a4
commit 433897a3e0
2 changed files with 46 additions and 11 deletions

View file

@ -55,6 +55,18 @@
}
}
.bq {
.dragover {
&__top:not(.av__row) {
box-shadow: 0 -3px 0 var(--b3-theme-primary-lighter), inset 0 1px 0 var(--b3-theme-primary-lighter) !important;
}
&__bottom:not(.av__row) {
box-shadow: 0 3px 0 var(--b3-theme-primary-lighter), inset 0 -1px 0 var(--b3-theme-primary-lighter) !important;
}
}
}
&.list {
padding-left: 0;
@ -449,6 +461,7 @@
&--select {
background-color: var(--b3-theme-primary-lightest) !important;
[data-node-id][style*="background-color"] {
opacity: .86;
}