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
bug #46565 [WebProfilerBundle] Fix dark theme selected line highlight color & reuse css vars (ogizanagi)
This PR was merged into the 4.4 branch.
Discussion
----------
[WebProfilerBundle] Fix dark theme selected line highlight color & reuse css vars
| Q | A
| ------------- | ---
| Branch? | 4.4 <!-- see below -->
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | N/A
| License | MIT
| Doc PR | N/A
When using the profiler with a dark theme,
the Messenger panel was missing using the dedicated vars and was still using a light bg:

and the selected lines on file excerpts (for any panel) are not contrasted enough:

I suggest using a more contrasted highlight color for selected lines:

Commits
-------
5514bdf [WebProfilerBundle] Fix dark theme selected line highlight color & reuse css vars
0 commit comments