Skip to content

Fix Edit Data Column Header Focus Outline#22274

Merged
lewis-sanchez merged 1 commit into
mainfrom
lewissanchez/editData/fix-column-header-highlighting
Jun 2, 2026
Merged

Fix Edit Data Column Header Focus Outline#22274
lewis-sanchez merged 1 commit into
mainfrom
lewissanchez/editData/fix-column-header-highlighting

Conversation

@lewis-sanchez
Copy link
Copy Markdown
Contributor

@lewis-sanchez lewis-sanchez commented Jun 1, 2026

Description

This PR fixes the focus border color that appears in the Edit Data column headers with keyboard navigation.
Before:
image
image

After:
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
Copy Markdown
Contributor

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 PR updates the Fluent SlickGrid webview styling to align the grid’s focus outline color (notably in Edit Data column headers during keyboard navigation) with VS Code’s focusBorder theme token.

Changes:

  • Add a Fluent SlickGrid CSS variable mapping --slick-focus-outline-color to --vscode-focusBorder to ensure the focus indicator uses the correct theme color.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

PR Changes

Category Target Branch PR Branch Difference
vscode-mssql VSIX 78798 KB 78797 KB ⚪ -1 KB ( 0% )
sql-database-projects VSIX 6309 KB 6309 KB ⚪ 0 KB ( 0% )
data-workspace VSIX 535 KB 535 KB ⚪ 0 KB ( 0% )
keymap VSIX 7 KB 7 KB ⚪ 0 KB ( 0% )

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.38%. Comparing base (7795832) to head (7ab5807).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #22274   +/-   ##
=======================================
  Coverage   74.38%   74.38%           
=======================================
  Files         408      408           
  Lines      128372   128372           
  Branches     7779     7779           
=======================================
  Hits        95486    95486           
  Misses      32886    32886           
Flag Coverage Δ
data-workspace 77.10% <ø> (ø)
mssql 74.01% <ø> (ø)
sqlproj 77.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lewis-sanchez lewis-sanchez merged commit 6c82bda into main Jun 2, 2026
11 checks passed
@lewis-sanchez lewis-sanchez deleted the lewissanchez/editData/fix-column-header-highlighting branch June 2, 2026 02:50
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.

4 participants