Tweak a little more

This commit is contained in:
Jason Zimdars
2025-06-12 11:02:12 -05:00
parent 2a287b4344
commit 72fb5042b2
+2 -2
View File
@@ -1,8 +1,8 @@
@layer components {
.drag-and-drop__dragged-item {
box-shadow: none;
filter: grayscale(1) brightness(0.95);
opacity: 0.7;
filter: grayscale(1) brightness(0.97);
opacity: 0.6;
outline: 2px dashed var(--color-selected-dark);
}