Skip to content

Commit 9a8ce3e

Browse files
bmeurerDevtools-frontend LUCI CQ
authored andcommitted
[ui] Fix incorrect sizing of <select> toolbar items.
https://crrev.com/c/6163607 put a fixed size on all `<select>` elements, which was also incorrectly applied to toolbar items. Generally, the global preset for `<select>` shouldn't put up a fixed size, but leave it to the users to configure a fixed size if desired. Fixed: 390216640 Bug: 383478771, 388445687 Change-Id: I87cbdd6c789ec8da587afa4ba5ab9cdf3fd5f9c4 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6170709 Reviewed-by: Kim-Anh Tran <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]> Auto-Submit: Benedikt Meurer <[email protected]>
1 parent 52a1797 commit 9a8ce3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

front_end/ui/legacy/inspectorCommon.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ input[type="range"]:disabled::-webkit-slider-thumb {
455455
select {
456456
appearance: none;
457457
user-select: none;
458-
width: var(--sys-size-22);
459458
height: var(--sys-size-11);
460459
border: var(--sys-size-1) solid var(--sys-color-neutral-outline);
461460
border-radius: var(--sys-shape-corner-extra-small);

0 commit comments

Comments
 (0)