Skip to content

Commit fdbb0c0

Browse files
ktranDevtools-frontend LUCI CQ
authored andcommitted
[GM3Restyling] Update Layers key-value pairs (details)
Before: https://i.imgur.com/UlgRbDB.png After: https://i.imgur.com/2uX52gQ.png Bug: 325443308 Change-Id: Ib21229e7544102305345176e8007ec26349e043e Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6375527 Auto-Submit: Kim-Anh Tran <[email protected]> Reviewed-by: Kateryna Prokopenko <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]>
1 parent b09d281 commit fdbb0c0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

front_end/panels/layer_viewer/layerDetailsView.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,22 @@
88
display: flex;
99
}
1010

11+
table {
12+
border-spacing: 0;
13+
}
14+
1115
table td {
12-
padding-left: 8px;
16+
font: var(--sys-typescale-body4-regular);
17+
line-height: 18px;
18+
padding: var(--sys-size-3) var(--sys-size-5);
19+
vertical-align: top;
1320
}
1421

1522
table td:first-child {
16-
font-weight: bold;
23+
color: var(--sys-color-on-surface-subtle);
24+
font: var(--sys-typescale-body5-medium);
25+
line-height: 18px;
26+
white-space: nowrap;
1727
}
1828

1929
.scroll-rect.active {

0 commit comments

Comments
 (0)