From 9266257e189d5e7283b6d734682042514be5c244 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 25 Jul 2025 22:01:16 -0600 Subject: [PATCH] Improve the styling of the dragged element a lil bit to make it retain a background --- styles/Apps/AttributeManager.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/Apps/AttributeManager.css b/styles/Apps/AttributeManager.css index 4a4bb0c..5bb8567 100644 --- a/styles/Apps/AttributeManager.css +++ b/styles/Apps/AttributeManager.css @@ -23,6 +23,11 @@ flex-direction: column; } } + + /* Used to style the actual element as dragging */ + &:has(taf-icon:active) { + background: var(--background); + } } taf-icon {