Skip to content

Commit 165a5c5

Browse files
ergunshDevtools-frontend LUCI CQ
authored and
Devtools-frontend LUCI CQ
committed
Fix DevTools on DevTools crash using :last-child as :last-child()
Bug: 375952740 Change-Id: Ia2fd94fc58b1fd083a23d565e868b64cd3594383 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5969658 Auto-Submit: Ergün Erdoğmuş <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]>
1 parent 0013dfb commit 165a5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/ui/legacy/searchableView.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
justify-content: center;
110110
}
111111

112-
& devtools-button:last-child(devtools-button) {
112+
& devtools-button:last-child {
113113
margin-right: var(--sys-size-4);
114114
}
115115
}

0 commit comments

Comments
 (0)