Skip to content

Commit 938aa95

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
[GM3Restyling] Update devtools-select-menu dialog styles
Screenshot: https://imgur.com/a/1XQrOUM Bug: 325442935 Change-Id: Iddaf7997ad02e1baa4927c4be5ec550bec1ba495 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6243806 Reviewed-by: Kim-Anh Tran <[email protected]> Auto-Submit: Kateryna Prokopenko <[email protected]> Commit-Queue: Kateryna Prokopenko <[email protected]>
1 parent f4cab69 commit 938aa95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

front_end/ui/components/menus/menuItem.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
.menu-item {
8-
padding: 4px 30px 4px calc(10px + var(--menu-checkmark-width));
8+
padding: var(--sys-size-3) 0 var(--sys-size-3) var(--sys-size-9);
99
font-size: 12px;
1010
line-height: 16px;
1111
position: relative;
@@ -22,13 +22,13 @@
2222
}
2323

2424
:host-context(devtools-menu-group) .menu-item {
25-
padding: var(--sys-size-3) 0 var(--sys-size-3) 26px;
25+
padding: var(--sys-size-3) 0 var(--sys-size-3) var(--sys-size-9);
2626
}
2727

2828
.is-selected-item::before {
2929
content: "";
3030
position: absolute;
31-
left: 10px;
31+
left: var(--sys-size-2);
3232
top: 50%;
3333
transform: translateY(-50%);
3434
display: inline-block;
525 Bytes
Loading
15 Bytes
Loading

0 commit comments

Comments
 (0)