Skip to content

Commit c0e40c4

Browse files
wolfibDevtools-frontend LUCI CQ
authored andcommitted
[Patch agent] Fix dark mode colors for workspace selection dialog
Screenshots: https://imgur.com/a/jQk35Bc Bug: 393266352 Change-Id: Ib9639738784b4059bc9f26320f93534ba0195f0f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6348459 Reviewed-by: Ergün Erdoğmuş <[email protected]> Auto-Submit: Wolfgang Beyer <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]>
1 parent 3aa69d5 commit c0e40c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

front_end/panels/ai_assistance/selectWorkspaceDialog.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ li.selected {
6161
.selected .folder-icon {
6262
color: var(--icon-file-authored);
6363
}
64+
65+
.theme-with-dark-background, :host-context(.theme-with-dark-background) {
66+
li.selected, .selected .folder-icon {
67+
color: var(--app-color-navigation-drawer-label-selected);
68+
}
69+
}

0 commit comments

Comments
 (0)