From 67784708d6c043e5ed4344c4951cb15d1ee3e73c Mon Sep 17 00:00:00 2001 From: sheetung <755855262@qq.com> Date: Sat, 16 May 2026 15:01:30 +0000 Subject: [PATCH] fix(webui): add cursor-pointer and select-none to sidebar menu text spans Co-Authored-By: Claude Opus 4.7 --- .../app/home/components/home-sidebar/HomeSidebar.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx index 4054bbcd..6539e561 100644 --- a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx +++ b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx @@ -338,7 +338,7 @@ function NavItems({ tooltip={config.name} > {config.icon} - {config.name} + {config.name} ); @@ -728,7 +728,7 @@ function NavItems({ }} > {config.icon} - {config.name} + {config.name}
{canCreate && (isPlugin ? ( @@ -1108,7 +1108,7 @@ function PluginPagesNav() { className="select-none" > {pluginIcon} - {page.name} + {page.name} ); @@ -1128,7 +1128,7 @@ function PluginPagesNav() { className="select-none" > {pluginIcon} - {label} + {label} @@ -1144,7 +1144,7 @@ function PluginPagesNav() { onClick={() => navigate(route)} className="select-none" > - {page.name} + {page.name} );