From 19beafa9dc9ac56cc6328afecde07089eaf646a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Padez?= Date: Fri, 7 Aug 2026 13:07:26 +0000 Subject: [PATCH] delete the sidebar theme tokens nothing renders Sixteen custom properties and eight tailwind color utilities carried over from the shadcn starter. There is no sidebar component in the repo and no bg-sidebar/text-sidebar-foreground/... class anywhere, in either theme block. Co-Authored-By: Claude Opus 5 --- src/apps/officer-web/styles/globals.css | 27 ------------------------- 1 file changed, 27 deletions(-) diff --git a/src/apps/officer-web/styles/globals.css b/src/apps/officer-web/styles/globals.css index cfa38350..0a2a9736 100644 --- a/src/apps/officer-web/styles/globals.css +++ b/src/apps/officer-web/styles/globals.css @@ -63,15 +63,6 @@ --color-card: hsl(var(--card)); --color-card-foreground: hsl(var(--card-foreground)); - --color-sidebar: hsl(var(--sidebar-background)); - --color-sidebar-foreground: hsl(var(--sidebar-foreground)); - --color-sidebar-primary: hsl(var(--sidebar-primary)); - --color-sidebar-primary-foreground: hsl(var(--sidebar-primary-foreground)); - --color-sidebar-accent: hsl(var(--sidebar-accent)); - --color-sidebar-accent-foreground: hsl(var(--sidebar-accent-foreground)); - --color-sidebar-border: hsl(var(--sidebar-border)); - --color-sidebar-ring: hsl(var(--sidebar-ring)); - --color-cta: hsl(var(--cta)); --color-cta-foreground: hsl(var(--cta-foreground)); @@ -208,15 +199,6 @@ --status-warning: 43 96% 56%; --status-in-progress: 211 82% 64%; - --sidebar-background: 0 0% 98%; - --sidebar-foreground: 240 5.3% 26.1%; - --sidebar-primary: 240 5.9% 10%; - --sidebar-primary-foreground: 0 0% 98%; - --sidebar-accent: 240 4.8% 95.9%; - --sidebar-accent-foreground: 240 5.9% 10%; - --sidebar-border: 220 13% 91%; - --sidebar-ring: 217.2 91.2% 59.8%; - /* Hover Effect */ --ctahover: 211 91.53% 34.82%; } @@ -293,15 +275,6 @@ --status-success: 142 76% 36%; --status-warning: 43 96% 56%; --status-in-progress: 211 82% 64%; - - --sidebar-background: 240 5.9% 10%; - --sidebar-foreground: 240 4.8% 95.9%; - --sidebar-primary: 224.3 76.3% 48%; - --sidebar-primary-foreground: 0 0% 100%; - --sidebar-accent: 240 3.7% 15.9%; - --sidebar-accent-foreground: 240 4.8% 95.9%; - --sidebar-border: 240 3.7% 15.9%; - --sidebar-ring: 217.2 91.2% 59.8%; } * {