refactor(css): change css grouping fileType & filesView

- fileType.css for filetype to icons representation
 - filesViews.css for grid and list view (merge of previous cards.css & fileList.css)
This commit is contained in:
Edouard Vanbelle
2026-04-12 02:23:22 +02:00
parent b95cf8dee9
commit 4862c17e11
7 changed files with 468 additions and 506 deletions
+1 -4
View File
@@ -351,9 +351,6 @@
/* Photo tile */
--color-photo-check-border: rgba(255, 255, 255, 0.8);
/* Dark-mode selected card */
--color-item-selected-dark: #1a1520;
/* Accent shadow (smaller) */
--color-accent-shadow-sm: rgba(255, 94, 58, 0.25);
@@ -399,7 +396,7 @@
/* Status badge — light mode (gray/disabled) */
--color-badge-gray: #d1d5db;
/* Status badge — dark mode */
/* FIXME: Status badge — dark mode */
--color-badge-success-dark-bg: #052e16;
--color-badge-success-dark-border: #065f46;
--color-badge-error-dark-bg: #3b1111;