From 4414a99d8c3ec4c38c816ad7a33d5c0ee0d61962 Mon Sep 17 00:00:00 2001 From: LeonSGP <154585401+LeonSGP43@users.noreply.github.com> Date: Mon, 18 May 2026 22:35:18 +0800 Subject: [PATCH] fix(kanban): stop forcing dashboard text to all caps (#26413) --- plugins/kanban/dashboard/dist/index.js | 2 +- plugins/kanban/dashboard/dist/style.css | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/kanban/dashboard/dist/index.js b/plugins/kanban/dashboard/dist/index.js index 3f6def61cef..fb4d346582c 100644 --- a/plugins/kanban/dashboard/dist/index.js +++ b/plugins/kanban/dashboard/dist/index.js @@ -1701,7 +1701,7 @@ return h("div", { className: "hermes-kanban-boardswitcher" }, h("div", { className: "hermes-kanban-boardswitcher-inner" }, h("div", { className: "flex flex-col gap-0.5" }, - h("div", { className: "text-[11px] uppercase tracking-wider text-muted-foreground" }, + h("div", { className: "text-[11px] tracking-wider text-muted-foreground" }, tx(t, "board", "Board")), h("div", { className: "flex items-center gap-2" }, h(Select, Object.assign({ diff --git a/plugins/kanban/dashboard/dist/style.css b/plugins/kanban/dashboard/dist/style.css index f3d66a88597..afbe5915505 100644 --- a/plugins/kanban/dashboard/dist/style.css +++ b/plugins/kanban/dashboard/dist/style.css @@ -465,7 +465,6 @@ .hermes-kanban-section-head { font-size: 0.72rem; font-weight: 600; - text-transform: uppercase; letter-spacing: 0.07em; color: var(--color-muted-foreground); } @@ -611,7 +610,6 @@ } .hermes-kanban-deps-label { font-size: 0.68rem; - text-transform: uppercase; letter-spacing: 0.08em; color: var(--color-muted-foreground); min-width: 4rem; @@ -691,7 +689,6 @@ border: 0; color: var(--color-muted-foreground); font-size: 0.7rem; - text-transform: uppercase; letter-spacing: 0.05em; cursor: pointer; padding: 0; @@ -869,7 +866,6 @@ .hermes-kanban-run-outcome { font-family: var(--font-mono, ui-monospace, monospace); font-weight: 600; - text-transform: uppercase; letter-spacing: 0.05em; color: var(--color-foreground); } @@ -929,7 +925,6 @@ .hermes-kanban-run-meta-label { font-size: 0.65rem; font-weight: 600; - text-transform: uppercase; letter-spacing: 0.06em; color: var(--color-muted-foreground); padding-bottom: 0.15rem;