tweak design

This commit is contained in:
kakkokari-gtyih 2024-04-08 18:52:15 +09:00
parent 16e92e6447
commit b13446f8d8
1 changed files with 13 additions and 2 deletions

View File

@ -181,9 +181,20 @@ function onDragend() {
}
&.isDisabled {
opacity: 0.5;
pointer-events: none;
cursor: not-allowed;
.thumbnail {
opacity: 0.5;
}
.name {
opacity: 0.5;
}
&:hover,
&:active {
background: none;
}
}
}