From fe55344613f5b2fdcd31984612fc9bac44cee08e Mon Sep 17 00:00:00 2001 From: Antoine Clausse Date: Mon, 11 Mar 2024 14:29:41 +0100 Subject: [PATCH] [web] prevent undesired dragging of an image in the color-picker (#17433) GitOrigin-RevId: d02892a0f7cf473de4db9a9ca3990b8f473195cf --- services/web/frontend/stylesheets/app/project-list-react.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/app/project-list-react.less b/services/web/frontend/stylesheets/app/project-list-react.less index c80947b62b..4174eebade 100644 --- a/services/web/frontend/stylesheets/app/project-list-react.less +++ b/services/web/frontend/stylesheets/app/project-list-react.less @@ -971,6 +971,7 @@ .custom-picker { position: absolute; + user-select: none; @media (max-width: @screen-xs-max) { top: 56px;