Преглед изворни кода

[web] prevent undesired dragging of an image in the color-picker (#17433)

GitOrigin-RevId: d02892a0f7cf473de4db9a9ca3990b8f473195cf
Antoine Clausse пре 2 година
родитељ
комит
fe55344613
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      services/web/frontend/stylesheets/app/project-list-react.less

+ 1 - 0
services/web/frontend/stylesheets/app/project-list-react.less

@@ -971,6 +971,7 @@
 
 
   .custom-picker {
   .custom-picker {
     position: absolute;
     position: absolute;
+    user-select: none;
 
 
     @media (max-width: @screen-xs-max) {
     @media (max-width: @screen-xs-max) {
       top: 56px;
       top: 56px;