Vanessa 2024-01-20 00:13:38 +08:00
parent c1a77223c8
commit 84323004e0
12 changed files with 24 additions and 12 deletions

View file

@ -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 {

View file

@ -70,6 +70,10 @@
cursor: pointer;
}
&__grab {
cursor: grab;
}
&__none {
display: none !important;
}