Skip to content

Commit 2f8db18

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
[GM3Restyling] Update soft dropdown combobox styles
Bug: 368246828 Change-Id: Ib386951c95cc0f7adf5922b2b483a06d364e6328 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5966475 Reviewed-by: Kim-Anh Tran <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]> Auto-Submit: Kateryna Prokopenko <[email protected]>
1 parent f1b54ee commit 2f8db18

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

front_end/ui/legacy/softDropDownButton.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ button.soft-dropdown {
1212
background: none;
1313
max-width: 120px;
1414

15-
devtools-icon {
16-
top: 1px;
15+
&[disabled] {
16+
background: var(--sys-color-state-disabled-container);
17+
color: var(--sys-color-state-disabled);
18+
19+
devtools-icon {
20+
color: var(--sys-color-state-disabled);
21+
}
1722
}
18-
}
1923

20-
button.soft-dropdown[disabled] {
21-
background: var(--sys-color-state-disabled-container);
22-
color: var(--sys-color-state-disabled);
24+
devtools-icon {
25+
top: var(--sys-size-2);
26+
}
2327
}
2428

2529
button.soft-dropdown > .title {

0 commit comments

Comments
 (0)