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 136136 contain : content;
137137 background-color : var (--sys-color-cdt-base-container );
138138 pointer-events : none;
139- padding : var (--sys-size-6 ) var ( --sys-size-8 );
139+ padding : var (--sys-size-4 );
140140 border-radius : var (--sys-shape-corner-small );
141141 white-space : nowrap;
142142 max-width : 80% ;
143- box-shadow : var (--drop-shadow );
143+ box-shadow : var (--sys-elevation-level2 );
144144}
145145
146146.overlay-type-TIMESPAN_BREAKDOWN {
Original file line number Diff line number Diff line change @@ -329,7 +329,6 @@ export const enum SizeBehavior {
329329}
330330
331331export const enum MarginBehavior {
332- ARROW = 'Arrow' ,
333332 DEFAULT_MARGIN = 'DefaultMargin' ,
334333 NO_MARGIN = 'NoMargin' ,
335334}
Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ export class OverviewInfo {
524524 this . anchorElement = anchor ;
525525 this . glassPane = new UI . GlassPane . GlassPane ( ) ;
526526 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 ) ;
528528 this . glassPane . setSizeBehavior ( UI . GlassPane . SizeBehavior . MEASURE_CONTENT ) ;
529529 this . visible = false ;
530530 this . element =
Original file line number Diff line number Diff line change 88 display : flex;
99 background : var (--sys-color-cdt-base-container );
1010 box-shadow : var (--sys-elevation-level2 );
11- padding : var (--sys-size-6 ) var ( --sys-size-8 );
11+ padding : var (--sys-size-4 );
1212 border-radius : var (--sys-shape-corner-small );
1313}
1414
You can’t perform that action at this time.
0 commit comments