Vanessa 2023-10-26 09:51:55 +08:00
parent 10ad5ac838
commit 8306deb7e8
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
border-radius: var(--b3-border-radius);
&:hover:not(.b3-list-item--focus),
&--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom) {
&--focus:not(.dragover) {
background-color: var(--b3-list-hover);
}
}

View file

@ -38,7 +38,7 @@ body {
}
&__tab--active {
.b3-list--background .b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom) {
.b3-list--background .b3-list-item--focus:not(.dragover) {
background-color: var(--b3-list-hover);
}