fix potential stale state on list config reorder, slight redesign

This commit is contained in:
jeffvli
2025-12-02 17:40:00 -08:00
parent 7701ea0a8c
commit d22b24d98f
4 changed files with 22 additions and 11 deletions
@@ -41,6 +41,11 @@
&:focus-visible {
border: 1px solid lighten(var(--theme-colors-border), 10%);
}
svg {
color: var(--theme-colors-primary);
fill: var(--theme-colors-primary);
}
}
&[data-variant='filled'] {