Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 9, 2026

When activity bar position is set to "bottom", the active indicator was rendering below the icons. It should render above them instead.

Changes

  • paneCompositePart.css: Split .header-or-footer rules into .header-or-footer.header (indicator at bottom) and .header-or-footer.footer (indicator at top using top: 2px + border-bottom)
  • sidebarpart.css: Added border-bottom-color rule for footer position
  • auxiliaryBarPart.css: Added border-bottom-color rule for footer position

Before (indicator below icons)

image

After

Indicator renders above icons when activity bar is at bottom position.

Original prompt

This section details on the original issue you should resolve

<issue_title>Draw active indication atop the activity bar icons when shown at the bottom</issue_title>
<issue_description>* set activity bar position > bottom

  • notice how the active indidator (the underline) still renders below. IMO would be nice above

Image</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

When the activity bar is positioned at the bottom of the sidebar,
the active indicator (underline) now renders above the icons instead
of below them. This provides better visual feedback for the active item.

Changes:
- paneCompositePart.css: Separate styling for header (top) and footer (bottom)
  positions, with indicator at bottom for header and top for footer
- sidebarpart.css: Updated border color rules for footer position
- auxiliaryBarPart.css: Updated border color rules for footer position

Co-authored-by: benibenj <44439583+benibenj@users.noreply.github.com>
Copilot AI changed the title [WIP] Draw active indication above activity bar icons Draw active indication atop the activity bar icons when shown at the bottom Jan 9, 2026
Copilot AI requested a review from benibenj January 9, 2026 09:58
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.

Draw active indication atop the activity bar icons when shown at the bottom

2 participants