Skip to content

Commit 8e13637

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
[GM3Restyling] Update Recorder > export dialog menu
Screenshot: https://imgur.com/a/KwJ4fEY Bug: 325442935 Change-Id: Iadde1e6ae1a93be7e803cbaaf10d2fb6a93d35ac Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6243679 Auto-Submit: Kateryna Prokopenko <[email protected]> Commit-Queue: Kateryna Prokopenko <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]>
1 parent 4b0ce87 commit 8e13637

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

front_end/ui/components/menus/menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#container {
2020
list-style-type: none;
21-
margin: 0;
21+
margin-top: var(--sys-size-4);
2222
padding: 0;
2323
width: fit-content;
2424
display: block;

front_end/ui/components/menus/menuGroup.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
.menu-group-label {
8-
margin: 4px 30px 4px 10px;
98
font-size: 12px;
109
line-height: 16px;
1110
position: relative;

front_end/ui/components/menus/menuItem.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323

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

2828
.is-selected-item::before {
-193 Bytes
Loading
682 Bytes
Loading

0 commit comments

Comments
 (0)