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 {