File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 120120 rgb (0 98 250 / 0.08 ),
121121 rgb (0 202 219 / 0.08 )
122122 );
123+ --image-dragging-placeholder-border : var (--image-outline );
123124 --multiple-dragging-bg : white;
124125 --image-multiple-dragging-shadow :
125126 0 0 0 var (--image-border-width ) var (--image-current-border-color ),
171172 --multiple-dragging-bg : Canvas;
172173 --multiple-dragging-indicator-bg : ButtonBorder;
173174 --multiple-dragging-text-color : Canvas;
175+ --image-dragging-placeholder-bg : Canvas;
176+ --image-dragging-placeholder-border : 1px GrayText solid;
174177 }
175178
176179 display : flex;
797800 & .placeholder {
798801 background-color : var (--image-dragging-placeholder-bg );
799802 box-shadow : none !important ;
803+ outline : var (--image-dragging-placeholder-border );
800804 }
801805
802806 & .draggingThumbnail {
You can’t perform that action at this time.
0 commit comments