From 0c8cdcb6e3c5b110c69c2d3757e62b39febec86a Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 25 Jun 2020 15:06:58 -0400 Subject: [PATCH] Prevent text selection when dragging to resize sidebar or adjust imagery offset --- css/80_app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index b1df23f10..07088f6e3 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -789,6 +789,8 @@ a.hide-toggle { height: 100%; width: 6px; cursor: col-resize; + /* disable drag-to-select */ + user-select: none; } .ideditor[dir='rtl'] .sidebar-resizer { right: auto; @@ -3616,6 +3618,8 @@ li.issue-fix-item:not(.actionable) .fix-icon { cursor: move; /* prevent scrolling pane while dragging on touchscreen */ touch-action: none; + /* disable drag-to-select */ + user-select: none; } .nudge-container .nudge-inner-rect {