Skip to content

Commit bc49007

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
[GM3Restyling] Update Performance flame chart tooltip styles
Screenshot: https://imgur.com/a/DrPAtHE Bug: 406466030 Change-Id: Ic43622bf72aea0e9de25c419b2b83799b968be2c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6397058 Auto-Submit: Kateryna Prokopenko <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]>
1 parent 8c395f4 commit bc49007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

front_end/panels/timeline/timelineFlameChartView.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
contain: content;
131131
background-color: var(--sys-color-cdt-base-container);
132132
pointer-events: none;
133-
padding: 4px 8px;
133+
padding: var(--sys-size-6) var(--sys-size-8);
134+
border-radius: var(--sys-shape-corner-small);
134135
white-space: nowrap;
135136
max-width: 80%;
136137
box-shadow: var(--drop-shadow);

0 commit comments

Comments
 (0)