mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 04:10:16 +01:00
This commit is contained in:
parent
7e885478ed
commit
dcc0539e4b
4 changed files with 7 additions and 54 deletions
|
|
@ -9,20 +9,11 @@
|
|||
&--background .b3-list-item {
|
||||
border-radius: var(--b3-border-radius);
|
||||
|
||||
&:hover,
|
||||
&:hover:not(.b3-list-item--focus):not(.dragover):not(.dragover__current):not(.dragover__top):not(.dragover__bottom),
|
||||
&--focus {
|
||||
background-color: var(--b3-list-hover);
|
||||
}
|
||||
|
||||
&.dragover,
|
||||
&.dragover__top,
|
||||
&.dragover__bottom,
|
||||
&.dragover__current {
|
||||
&:hover {
|
||||
background-color: var(--b3-list-hover);
|
||||
}
|
||||
}
|
||||
|
||||
&.dragover,
|
||||
&.dragover__top,
|
||||
&.dragover__bottom {
|
||||
|
|
|
|||
|
|
@ -284,22 +284,6 @@ html {
|
|||
overflow: hidden;
|
||||
transition: var(--b3-transition);
|
||||
}
|
||||
|
||||
&--dragover {
|
||||
.b3-list--background .b3-list-item:not(.b3-list-item--focus) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.b3-list-item {
|
||||
&--hide-action .b3-list-item__action {
|
||||
display: none;
|
||||
}
|
||||
|
||||
> * {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.counter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue