mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 01:08:49 +01:00
This commit is contained in:
parent
10ad5ac838
commit
8306deb7e8
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue