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;
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue