mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 22:52:34 +01:00
This commit is contained in:
parent
6abfbd52e6
commit
70d126fce7
5 changed files with 24 additions and 20 deletions
|
|
@ -424,6 +424,10 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
&__icon.fn__grab {
|
||||
color: var(--b3-theme-on-surface-light);
|
||||
}
|
||||
|
||||
&__item {
|
||||
transition: margin .2s cubic-bezier(0, 0, .2, 1) 0ms;
|
||||
}
|
||||
|
|
@ -436,7 +440,8 @@
|
|||
cursor: auto;
|
||||
}
|
||||
|
||||
&__item:not([data-type="nobg"]):hover {
|
||||
&__item:not([data-type="nobg"]):hover,
|
||||
&__item--current:not([data-type="nobg"]) {
|
||||
background-color: var(--b3-list-hover);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue