Skip to content

Conversation

@bibaswan-bhawal
Copy link

@bibaswan-bhawal bibaswan-bhawal commented Nov 11, 2025

This change fixes a CSS cascade bug that prevented theme authors from styling the "prominent" extension action (e.g. the Install button) via the extensionButton.prominentBackground token.

Fixes #276781

Copilot AI review requested due to automatic review settings November 11, 2025 19:33
Copy link
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 fixes a CSS cascade bug where !important declarations on base extension button styles were preventing more specific .prominent class selectors from applying theme-defined styles for prominent extension actions (like the Install button).

Key Changes:

  • Removed !important from three base extension button CSS properties to allow proper cascade based on selector specificity

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.

Extensions view does not correctly mark extensionButton.prominentBackground as !important

2 participants