Removed Highlight Roundness on Right-Side

This commit is contained in:
2025-09-07 23:34:00 -06:00
parent 1f2f901247
commit 80830230a4

View File

@@ -43,8 +43,8 @@ function NavigationSidebar({ currentPage, onNavigate }) {
background: active 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%)" ? "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", : "transparent",
borderTopRightRadius: 8, borderTopRightRadius: 0,
borderBottomRightRadius: 8, borderBottomRightRadius: 0,
boxShadow: active boxShadow: active
? "inset 0 0 0 1px rgba(88,166,255,0.25)" ? "inset 0 0 0 1px rgba(88,166,255,0.25)"
: "none", : "none",