File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 136
136
contain : content;
137
137
background-color : var (--sys-color-cdt-base-container );
138
138
pointer-events : none;
139
- padding : var (--sys-size-6 ) var ( --sys-size-8 );
139
+ padding : var (--sys-size-4 );
140
140
border-radius : var (--sys-shape-corner-small );
141
141
white-space : nowrap;
142
142
max-width : 80% ;
143
- box-shadow : var (--drop-shadow );
143
+ box-shadow : var (--sys-elevation-level2 );
144
144
}
145
145
146
146
.overlay-type-TIMESPAN_BREAKDOWN {
Original file line number Diff line number Diff line change @@ -329,7 +329,6 @@ export const enum SizeBehavior {
329
329
}
330
330
331
331
export const enum MarginBehavior {
332
- ARROW = 'Arrow' ,
333
332
DEFAULT_MARGIN = 'DefaultMargin' ,
334
333
NO_MARGIN = 'NoMargin' ,
335
334
}
Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ export class OverviewInfo {
524
524
this . anchorElement = anchor ;
525
525
this . glassPane = new UI . GlassPane . GlassPane ( ) ;
526
526
this . glassPane . setPointerEventsBehavior ( UI . GlassPane . PointerEventsBehavior . PIERCE_CONTENTS ) ;
527
- this . glassPane . setMarginBehavior ( UI . GlassPane . MarginBehavior . ARROW ) ;
527
+ this . glassPane . setMarginBehavior ( UI . GlassPane . MarginBehavior . DEFAULT_MARGIN ) ;
528
528
this . glassPane . setSizeBehavior ( UI . GlassPane . SizeBehavior . MEASURE_CONTENT ) ;
529
529
this . visible = false ;
530
530
this . element =
Original file line number Diff line number Diff line change 8
8
display : flex;
9
9
background : var (--sys-color-cdt-base-container );
10
10
box-shadow : var (--sys-elevation-level2 );
11
- padding : var (--sys-size-6 ) var ( --sys-size-8 );
11
+ padding : var (--sys-size-4 );
12
12
border-radius : var (--sys-shape-corner-small );
13
13
}
14
14
You can’t perform that action at this time.
0 commit comments