fix: add a subtler color and use more informative cursors
This commit is contained in:
parent
d0df12c326
commit
ec1e203e4e
1 changed files with 5 additions and 2 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue