Skip to content

Commit d934244

Browse files
committed
rustdoc: change resize cursor on sidebar
This is based on a report that col-resize isn't working, but e-resize was. That's not an accurate description of how it resizes, so let's try this?
1 parent f820b75 commit d934244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ img {
512512
.sidebar-resizer {
513513
touch-action: none;
514514
width: 9px;
515-
cursor: col-resize;
515+
cursor: ew-resize;
516516
z-index: calc(var(--desktop-sidebar-z-index) + 1);
517517
position: fixed;
518518
height: 100%;

0 commit comments

Comments
 (0)