mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 21:48:06 +01:00
This commit is contained in:
parent
a5f9771e03
commit
a67ec08adb
2 changed files with 19 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue