Fix connector name visibility in dark theme for API Center MCP registration#8674
Draft
Fix connector name visibility in dark theme for API Center MCP registration#8674
Conversation
Co-authored-by: hartra344 <13208452+hartra344@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix connectors list visibility in dark theme
Fix connector name visibility in dark theme for API Center MCP registration
Dec 17, 2025
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
❌ Risk Level
✅ What & Why
✅ Impact of Change
❌ Test Plan
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | Title is good and descriptive. |
| Commit Type | ✅ | fix selected correctly. |
| Risk Level | ❌ | Add matching PR label (e.g. risk:low) to match body. |
| What & Why | ✅ | Good. Optionally link to changed file. |
| Impact of Change | ✅ | Good; consider clarifying "no API changes". |
| Test Plan | ❌ | Fix mismatch: add tests or update Test Plan + provide evidence. |
| Contributors | Optional: credit contributors if applicable. | |
| Screenshots/Videos | Add before/after screenshots for visual verification. |
Final Notes
- Advised risk level from the diff:
risk:low(matches PR body). No change needed to the risk selection itself — however, you must add the corresponding PR label (risk:low). - Primary blockers for passing this PR review currently:
- Missing/incorrect Test Plan vs actual diff (either add unit tests to the PR or update the Test Plan to reflect manual testing and include the verification steps and evidence).
- Missing repository risk label (
risk:low).
Please update the PR with the requested changes (add the risk label, correct the Test Plan checkboxes or include the test files, and attach screenshots showing the fix), then re-submit. Thank you for the clear description and the small, focused fix — once the test and label issues are resolved this should be good to merge.
Last updated: Wed, 17 Dec 2025 23:07:10 GMT
|
📊 Coverage check completed. See workflow run for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Type
Risk Level
What & Why
Connector names were invisible in dark theme during MCP server registration in API Center due to insufficient CSS selector specificity. The dark theme text color rule was being overridden by the base selector.
Impact of Change
Test Plan
Technical Details:
CSS selector specificity issue where
.msla-theme-dark .msla-connector-summary-titlehad equal specificity to base selector.msla-connector-summary-header .msla-connector-summary-title.Before:
After:
This ensures light text (
#fdfdfd) displays on dark background (#323130).Contributors
N/A
Screenshots/Videos
N/A
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.