Improve the styling of the dragged element a lil bit to make it retain a background
This commit is contained in:
parent
7d3e6d3653
commit
9266257e18
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,11 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Used to style the actual element as dragging */
|
||||||
|
&:has(taf-icon:active) {
|
||||||
|
background: var(--background);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
taf-icon {
|
taf-icon {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue