fix: add a subtler color and use more informative cursors

This commit is contained in:
sokumon 2026-04-14 16:06:13 +05:30
parent d0df12c326
commit ec1e203e4e

View file

@ -196,6 +196,9 @@
display: flex; display: flex;
width: var(--sidebar-width); width: var(--sidebar-width);
} }
.sidebar-resize-handle {
cursor: w-resize;
}
} }
.body-sidebar-container.expanded { .body-sidebar-container.expanded {
@ -273,8 +276,8 @@
right: -4px; right: -4px;
width: 8px; width: 8px;
height: 100%; height: 100%;
cursor: col-resize;
z-index: 1022; z-index: 1022;
cursor: e-resize;
&::after { &::after {
content: ""; content: "";
@ -289,7 +292,7 @@
} }
&:hover::after { &:hover::after {
background: var(--gray-700, #333); background: var(--ink-gray-2);
} }
} }
.section-break { .section-break {