mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 20:00:17 +01:00
This commit is contained in:
parent
d4133473a4
commit
433897a3e0
2 changed files with 46 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue