Skip to content

Commit 815ca4b

Browse files
bmeurerDevtools-frontend LUCI CQ
authored andcommitted
[application] Fix cropped focus ring for drop down.
Fixed: 397561622 Bug: 390588608, 388445687 Change-Id: I3ff9fdf9c575df1ad35d01e0a4d2cd0aad5b7e17 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6281388 Commit-Queue: Benedikt Meurer <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]> Auto-Submit: Benedikt Meurer <[email protected]>
1 parent 808bd65 commit 815ca4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

front_end/panels/application/preloading/preloadingView.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
.preloading-toolbar {
88
background-color: var(--sys-color-cdt-base-container);
99
border-bottom: 1px solid var(--sys-color-divider);
10+
11+
button.toolbar-has-dropdown {
12+
margin: var(--sys-size-2) 0;
13+
}
1014
}

0 commit comments

Comments
 (0)