mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
53dce63ad8
commit
b10fd8f155
1 changed files with 8 additions and 3 deletions
|
|
@ -410,9 +410,14 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
&:hover .b3-chip[data-type=block-more] {
|
||||
top: 2px;
|
||||
display: block;
|
||||
&:hover {
|
||||
background-color: var(--b3-list-hover);
|
||||
border-radius: var(--b3-border-radius);
|
||||
|
||||
.b3-chip[data-type=block-more] {
|
||||
top: 2px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue