From ec1e203e4e0caa7192808408bdd6c5b444c35714 Mon Sep 17 00:00:00 2001 From: sokumon Date: Tue, 14 Apr 2026 16:06:13 +0530 Subject: [PATCH] fix: add a subtler color and use more informative cursors --- frappe/public/scss/desk/sidebar.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frappe/public/scss/desk/sidebar.scss b/frappe/public/scss/desk/sidebar.scss index 2920c01878..fc5365f6a8 100644 --- a/frappe/public/scss/desk/sidebar.scss +++ b/frappe/public/scss/desk/sidebar.scss @@ -196,6 +196,9 @@ display: flex; width: var(--sidebar-width); } + .sidebar-resize-handle { + cursor: w-resize; + } } .body-sidebar-container.expanded { @@ -273,8 +276,8 @@ right: -4px; width: 8px; height: 100%; - cursor: col-resize; z-index: 1022; + cursor: e-resize; &::after { content: ""; @@ -289,7 +292,7 @@ } &:hover::after { - background: var(--gray-700, #333); + background: var(--ink-gray-2); } } .section-break {