dialog wip
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
.preview-file{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
background: var(--background);
|
||||
border-radius: 12px;
|
||||
.image{
|
||||
|
||||
|
||||
display: flex;
|
||||
|
||||
}
|
||||
|
||||
.trash-action{
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:hover{
|
||||
filter: brightness(95%);
|
||||
.trash-action{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sortable-ghost{
|
||||
border: 2px dashed var(--primary);
|
||||
}
|
||||
Reference in New Issue
Block a user