Skip to content

fix: element invisible on Windows drop down menus#444

Merged
Dimillian merged 1 commit intoDimillian:mainfrom
souhaiebtar:main
Feb 16, 2026
Merged

fix: element invisible on Windows drop down menus#444
Dimillian merged 1 commit intoDimillian:mainfrom
souhaiebtar:main

Conversation

@souhaiebtar
Copy link
Contributor

in windows for not selected items

before

image image

after

image image

Copilot AI review requested due to automatic review settings February 15, 2026 22:49
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes a visibility issue with dropdown menu options on Windows by applying consistent background and text color styling to ensure dropdown items are properly visible when not selected.

Changes:

  • Applied background-color: var(--surface-popover) and color: var(--text-strong) to option elements across multiple dropdown components
  • Fixes apply to prompts, home, git diff panel, and composer select dropdowns

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/styles/prompts.css Added option styling for .prompt-scope-select dropdown
src/styles/home.css Added option styling for .home-usage-select dropdown
src/styles/diff.css Added option styling for .git-panel-select-input dropdown
src/styles/composer.css Added option styling for .composer-select dropdown

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

background-repeat: no-repeat;
}

.git-panel-select-input option {
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same dropdown option styling fix should also be applied to the .git-root-select element found in this file (line 185). This select element will have the same visibility issue on Windows that this PR is fixing for other dropdowns.

Suggested change
.git-panel-select-input option {
.git-panel-select-input option,
.git-root-select option {

Copilot uses AI. Check for mistakes.
@Dimillian Dimillian changed the title fix for issue regarding element not seen on dropdown menu fix: element invisible on Windows drop down menus Feb 16, 2026
@Dimillian Dimillian merged commit 791558b into Dimillian:main Feb 16, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants