You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your PR had the broadest scope — patching `-event-payload`, `-run-meta`, `-md`, `-md-code`, `-md code`, and adding `text-shadow: none` across the kanban surface, plus a regression test. The merged fix takes a different route: one scoped `.hermes-kanban code` override that cascades to every `` element in the board (event-payload and run-meta both render as ``), beating the Nous DS global `code { background: var(--midground) }` rule on specificity.
Result is the same readable contrast with a 9-line diff instead of ~30 selector patches.
Thanks for the detailed diagnosis and the test — the test pattern (asserting CSS content against the bundle) is good and we'll likely lift it in a later cleanup pass.
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
comp/pluginsPlugin system and bundled pluginsP3Low — cosmetic, nice to havetype/bugSomething isn't working
3 participants
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.
Summary
Test Plan