File tree 2 files changed +15
-6
lines changed
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -311,21 +311,29 @@ html {
311
311
opacity : .38 ;
312
312
}
313
313
314
+ .dragover__top ,
315
+ .dragover__bottom {
316
+ box-shadow : none !important ;
317
+ }
318
+
314
319
.dragover__top ::after ,
315
320
.dragover__bottom ::after {
316
321
content : " " ;
317
- width : var (--file-toggle-width );
318
- height : 4px ;
319
- background-color : var (--b3-theme-surface );
320
322
position : absolute ;
321
- left : 0 ;
322
- bottom : -2px ;
323
+ height : 4px ;
324
+ width : calc (100% - var (--file-toggle-width ));
325
+ left : var (--file-toggle-width );
326
+ background-color : var (--b3-theme-primary-lighter );
323
327
z-index : 1 ;
328
+ pointer-events : none ;
324
329
}
325
330
326
331
.dragover__top ::after {
327
332
top : -3px ;
328
- bottom : auto ;
333
+ }
334
+
335
+ .dragover__bottom ::after {
336
+ bottom : -2px ;
329
337
}
330
338
331
339
& __close {
Original file line number Diff line number Diff line change 140
140
height : 4px ;
141
141
background-color : var (--b3-theme-primary-lighter );
142
142
z-index : 3 ;
143
+ pointer-events : none ;
143
144
}
144
145
145
146
& .dragover__top ::after {
You can’t perform that action at this time.
0 commit comments