Vanessa 2025-07-14 18:03:03 +08:00
parent 7e885478ed
commit dcc0539e4b
4 changed files with 7 additions and 54 deletions

View file

@ -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 {

View file

@ -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 {