Skip to content

Commit 6865bf1

Browse files
bmeurerDevtools-frontend LUCI CQ
authored andcommitted
[cleanup] Remove obsolete CSS.
We're no longer using customized built-in elements, and these particular lines of CSS have been dead code before, as of the refactoring of the search input fields as part of the GM3 migration. Bug: 386453980 Change-Id: Id062ba6ff85df0274910f63591c8064b59f07b1f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6132878 Auto-Submit: Benedikt Meurer <[email protected]> Commit-Queue: Changhao Han <[email protected]> Reviewed-by: Changhao Han <[email protected]>
1 parent 05b9e2c commit 6865bf1

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

front_end/ui/legacy/toolbar.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -468,24 +468,6 @@ select.toolbar-item:focus-visible > * {
468468
margin-right: 2px;
469469
}
470470

471-
input[is="history-input"] {
472-
margin: 0 1px;
473-
border: 1px solid var(--sys-color-neutral-outline);
474-
border-radius: 4px;
475-
line-height: 16px;
476-
padding: 1px 1px 1px 3px;
477-
color: var(--sys-color-on-surface);
478-
}
479-
480-
input[is="history-input"]:focus,
481-
input[is="history-input"]:not(:placeholder-shown) {
482-
border-color: var(--sys-color-state-focus-ring);
483-
}
484-
485-
input[is="history-input"]:hover:not(:focus) {
486-
background-color: var(--sys-color-state-hover-on-subtle);
487-
}
488-
489471
.toolbar-item.highlight::before {
490472
content: "";
491473
position: absolute;

0 commit comments

Comments
 (0)