Skip to content

Commit 84113ef

Browse files
hashseedDevtools-frontend LUCI CQ
authored andcommitted
Leave padding for focus outline in performance tooltip
[email protected] Fixed: 378637756 Change-Id: If2cf5672180f3da39a55e381a2f800384ec4145a Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6244421 Reviewed-by: Jack Franklin <[email protected]> Auto-Submit: Yang Guo <[email protected]> Commit-Queue: Yang Guo <[email protected]>
1 parent 7e925b3 commit 84113ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

front_end/panels/timeline/timelineFlamechartPopover.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
.timeline-flamechart-popover {
88
overflow: hidden;
9+
/* extend padding into the parent element to avoid clipping the focus-visible outline. */
10+
padding: 4px;
11+
margin: -4px;
912
}
1013

1114
.timeline-flamechart-popover devtools-interaction-breakdown {

0 commit comments

Comments
 (0)