fixed zindex thing - brightness was the problem
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
background: var(--background);
|
||||
background: var(--background-2);
|
||||
border-radius: 12px;
|
||||
.image{
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
}
|
||||
|
||||
&:hover{
|
||||
filter: brightness(95%);
|
||||
background: var(--background-3);
|
||||
.trash-action{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
.preview-reference{
|
||||
filter: brightness(97%);
|
||||
background: var(--background-2);
|
||||
padding: 10px 20px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user