Skip to content

Commit a182924

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
Fix tab focus for Show more buttons in Memory > heap snapshot
Screenshot: https://imgur.com/a/MQ2tfLM Fixed: 370641629 Change-Id: I279c3411e1ebc72faca511d1aee8d25883885d9e Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5928966 Commit-Queue: Ergün Erdoğmuş <[email protected]> Commit-Queue: Kateryna Prokopenko <[email protected]> Auto-Submit: Kateryna Prokopenko <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]>
1 parent 0c152b7 commit a182924

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

front_end/ui/legacy/components/data_grid/dataGrid.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
.data-grid tbody tr {
8787
display: none;
8888
height: 20px;
89+
90+
&:has(td.show-more) {
91+
height: var(--sys-size-13);
92+
}
8993
}
9094

9195
.data-grid tbody tr.revealed {
@@ -291,10 +295,13 @@
291295

292296
.data-grid td.show-more {
293297
white-space: normal;
294-
gap: 4px;
298+
gap: var(--sys-size-3);
295299

296300
devtools-button {
297301
margin-right: var(--sys-size-6);
302+
position: relative;
303+
margin-top: 3px;
304+
margin-bottom: 3px;
298305
}
299306
}
300307

0 commit comments

Comments
 (0)