mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 07:02:33 +01:00
This commit is contained in:
parent
c1a77223c8
commit
84323004e0
12 changed files with 24 additions and 12 deletions
|
|
@ -50,6 +50,14 @@
|
|||
padding: 4px 8px;
|
||||
font-size: 100%;
|
||||
border-bottom: 0;
|
||||
|
||||
& > .block__icon {
|
||||
cursor: grab;
|
||||
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.b3-text-field--text {
|
||||
|
|
|
|||
|
|
@ -70,6 +70,10 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
&__grab {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
&__none {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue