41
41
.title-bar-label : hover {
42
42
background-color : var (--theia-list-hoverBackground );
43
43
}
44
- .remove-component-button : hover {
45
- cursor : pointer;
46
- background-color : var (--theia-list-hoverBackground );
47
- }
48
- .share-component-container {
49
- align-self : start;
50
- justify-self : center;
51
- position : relative;
52
- display : inline-block;
53
- }
54
- .share-component-button {
55
- background : none;
56
- border : none;
57
- color : var (--theia-ui-font-color0 )
58
- }
59
- .share-component-button : hover {
60
- cursor : pointer;
61
- background-color : var (--theia-list-hoverBackground );
62
- }
63
- .share-component-drop-down {
64
- position : absolute;
65
- top : 100% ;
66
- left : 50% ;
67
- padding : 0 ;
68
- z-index : 2 ;
69
- min-width : 180px ;
70
- background : var (--theia-menu-background );
71
- color : var (--theia-menu-foreground );
72
- font-size : var (--theia-ui-font-size1 );
73
- box-shadow : 0px 1px 6px var (--theia-widget-shadow );
74
- border : 1px solid var (--theia-menu-border );
75
- }
76
- .share-component-drop-down > ul {
77
- list-style-type : none;
78
- margin : 0 ;
79
- padding : 0 ;
80
- display : table;
81
- width : 100% ;
82
- }
83
- .drop-down-list-item {
84
- padding : 8px 12px ;
85
- background-color : var (--theia-menu-background );
86
- color : var (--theia-menu-foreground );
87
- }
88
- .drop-down-list-item : hover {
89
- background : var (--theia-menu-selectionBackground );
90
- color : var (--theia-menu-selectionForeground );
91
- opacity : 1 ;
92
- }
93
44
.remove-component-button {
94
45
background : none;
95
46
border : none;
@@ -353,14 +304,16 @@ canvas {
353
304
position : absolute;
354
305
top : 0% ;
355
306
left : 100% ;
356
- padding : 0 ;
307
+ padding : 4 px 0 px ;
357
308
z-index : 2 ;
358
- min-width : 180 px ;
309
+ min-width : 170 px ;
359
310
background : var (--theia-menu-background );
360
311
color : var (--theia-menu-foreground );
361
312
font-size : var (--theia-ui-font-size1 );
362
- box-shadow : 0px 1 px 6 px var (--theia-widget-shadow );
313
+ box-shadow : 0px 0 px 12 px var (--theia-widget-shadow );
363
314
border : 1px solid var (--theia-menu-border );
315
+ outline : none;
316
+ user-select : none;
364
317
}
365
318
.options-menu-drop-down > ul {
366
319
list-style-type : none;
@@ -370,24 +323,30 @@ canvas {
370
323
width : 100% ;
371
324
}
372
325
.drop-down-list-item {
373
- padding : 8px 12px ;
374
- background-color : var (--theia-menu-background );
375
- color : var (--theia-menu-foreground );
326
+ min-height : var (--theia-private-menu-item-height );
327
+ max-height : var (--theia-private-menu-item-height );
328
+ padding : 0px ;
329
+ line-height : var (--theia-private-menu-item-height );
330
+ display : table-row;
376
331
}
377
332
.drop-down-list-item : hover {
378
333
background : var (--theia-menu-selectionBackground );
379
334
color : var (--theia-menu-selectionForeground );
335
+ border : thin solid var (--theia-menu-selectionBorder );
380
336
opacity : 1 ;
381
337
}
338
+ .drop-down-list-item-text {
339
+ padding-left : 18% ;
340
+ }
382
341
.toggle-columns-table {
383
342
height : 150px ;
384
343
overflow : scroll;
385
344
z-index : 999 !important ;
386
345
background : var (--theia-menu-background );
387
346
color : var (--theia-menu-foreground );
388
347
font-size : var (--theia-ui-font-size1 );
389
- box-shadow : 0px 1 px 6 px var (--theia-widget-shadow );
390
- border : 1px solid var (--theia-tree-inactiveIndentGuidesStroke );
348
+ box-shadow : 0px 0 px 15 px var (--theia-widget-shadow );
349
+ border : 1px solid var (--theia-menu-border );
391
350
}
392
351
393
352
.react-grid-item : hover {
0 commit comments