Improve the styling of the dragged element a lil bit to make it retain a background

This commit is contained in:
Oliver-Akins 2025-07-25 22:01:16 -06:00
parent 7d3e6d3653
commit 9266257e18

View file

@ -23,6 +23,11 @@
flex-direction: column;
}
}
/* Used to style the actual element as dragging */
&:has(taf-icon:active) {
background: var(--background);
}
}
taf-icon {