Skip to content

Fix dropdown option stylings for lighter themes. #19655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 26, 2025

Conversation

lewis-sanchez
Copy link
Contributor

@lewis-sanchez lewis-sanchez commented Jun 25, 2025

Pull Request Template – vscode-mssql

Description

This PR fixes #19158

This PR corrects the hover style for drop down options. As seen in the screenshots I've verified that drop downs are appearing consistently across feature areas to ensure that UI regressions are not introduced by also checking the connection dialog in addition to schema compare dialog.

Before:

The hover style for dropdowns was hard to read in lighter themes, but looked fine with darker themes as seen here:
image
image
image
image

After:

The hover style for drop down options is much more readable with the styling adjustments:
image
image
image
image

Provide a clear, concise summary of the changes in this PR. What problem does it solve? Why is it needed? Link any related issues using issue closing keywords.

Code Changes Checklist

  • New or updated unit tests added
  • All existing tests pass (npm run test)
  • Code follows contributing guidelines
  • Telemetry/logging updated if relevant
  • No regressions or UX breakage

Reviewers: Please read our reviewer guidelines

Copy link

github-actions bot commented Jun 25, 2025

PR Changes

Category Main Branch PR Branch Difference
Code Coverage 59.52% 59.52% ⚪ 0.00%
VSIX Size 15485 KB 15492 KB ⚪ 7 KB ( 0% )
Webview Bundle Size 3768 KB 3768 KB ⚪ 0 KB ( 0% )

@lewis-sanchez lewis-sanchez merged commit 8153c5e into main Jun 26, 2025
5 checks passed
@lewis-sanchez lewis-sanchez deleted the lewissanchez/fix-dropdown-component-style branch June 26, 2025 21:53
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.

Authentication type dropdown hover not readable in light theme
3 participants