From 80830230a43df012d9af21c2963d211ffa470df8 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 7 Sep 2025 23:34:00 -0600 Subject: [PATCH] Removed Highlight Roundness on Right-Side --- Data/Server/WebUI/src/Navigation_Sidebar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/Server/WebUI/src/Navigation_Sidebar.jsx b/Data/Server/WebUI/src/Navigation_Sidebar.jsx index fba6543..a6aac80 100644 --- a/Data/Server/WebUI/src/Navigation_Sidebar.jsx +++ b/Data/Server/WebUI/src/Navigation_Sidebar.jsx @@ -43,8 +43,8 @@ function NavigationSidebar({ currentPage, onNavigate }) { background: active ? "linear-gradient(90deg, rgba(88,166,255,0.10) 0%, rgba(88,166,255,0.03) 60%, rgba(88,166,255,0.00) 100%)" : "transparent", - borderTopRightRadius: 8, - borderBottomRightRadius: 8, + borderTopRightRadius: 0, + borderBottomRightRadius: 0, boxShadow: active ? "inset 0 0 0 1px rgba(88,166,255,0.25)" : "none",