Commit 83ee0ea
committed
bug symfony#53225 [WebProfilerBundle] Fix the design of the compact toolbar button (javiereguiluz)
This PR was merged into the 6.3 branch.
Discussion
----------
[WebProfilerBundle] Fix the design of the compact toolbar button
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
This continues symfony#52769. The bug was in 6.3 and newer versions, not in 5.4.
This is how the compact toolbar looks in dark mode:
<img width="892" alt="before" src="https://github.com/symfony/symfony/assets/73419/430f371b-4507-48ad-a8c7-a41c7e6db9ce">
And this is the same after this PR:
<img width="892" alt="after" src="https://github.com/symfony/symfony/assets/73419/0b197a57-02e0-47ea-999b-db4a296549cc">
Commits
-------
a3382f9 [WebProfilerBundle] Fix the design of the compact toolbar buttonFile tree
1 file changed
+4
-0
lines changed- src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| 71 | + | |
| 72 | + | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| |||
0 commit comments