tweak design
This commit is contained in:
parent
16e92e6447
commit
b13446f8d8
1 changed files with 13 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue