Skip to content

fix(tui): trim select footer action highlight#31411

Open
jlongster wants to merge 1 commit into
devfrom
fix/tui-select-footer-highlight
Open

fix(tui): trim select footer action highlight#31411
jlongster wants to merge 1 commit into
devfrom
fix/tui-select-footer-highlight

Conversation

@jlongster
Copy link
Copy Markdown
Contributor

Issue for this PR

Closes #31410

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Removes the right padding from select dialog footer actions. The focused background was painting that padding, which added a highlighted blank cell after the shortcut label. Footer groups already use a gap for spacing, so the highlight can cover only the visible action text without changing spacing between actions.

How did you verify your code works?

Confirmed the focused footer highlight ends with the visible action text. The pre-push hook also passed typechecking for all 23 packages.

Screenshots / recordings

Not included. The change was verified directly in the TUI.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@jlongster jlongster enabled auto-merge (squash) June 8, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TUI select footer action highlights trailing space

1 participant