Cleaned a bit more

This commit is contained in:
2026-04-13 20:05:34 -05:00
parent a30b151e4d
commit 5f2d871bad
8 changed files with 22 additions and 20 deletions
-19
View File
@@ -1,19 +0,0 @@
/* Object Shared surface base (background, border, radius) */
.tool-card,
.tool-panel,
.tool-preview,
.empty-state {
background: var(--bg-surface);
border: 1px solid var(--border);
border-radius: var(--radius);
}
/* Hover accent border interactive surfaces that highlight on focus/drag */
.tool-card:hover,
.btn:hover:not(:disabled),
.load-area:hover,
.load-area.drag-over,
.tool-preview.drag-over {
border-color: var(--accent-dim);
}