Skip to content

Commit ad7a415

Browse files
committed
Fix the border & background colors of the placeholder for a dragged thumbnail (bug 2020698)
1 parent cc680f6 commit ad7a415

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

web/views_manager.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
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),
@@ -171,6 +172,8 @@
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;
@@ -797,6 +800,7 @@
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 {

0 commit comments

Comments
 (0)