Skip to content

Commit 2b292e7

Browse files
committed
bug symfony#48476 [WebProfilerBundle] Use same color as other icons for the close toolbar btn (ogizanagi)
This PR was merged into the 6.2 branch. Discussion ---------- [WebProfilerBundle] Use same color as other icons for the close toolbar btn | Q | A | ------------- | --- | Branch? | 6.2 | 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 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT | Doc PR | N/A Same color as `sf-toolbar-icon`, which has better contrast: | Before | After | | - | - | |![SCR-20221205-dsi](https://user-images.githubusercontent.com/2211145/205595297-eaeae76e-1346-4968-98a8-08b16a43a9dc.png)|![SCR-20221205-dpf-2](https://user-images.githubusercontent.com/2211145/205594885-f9ec035f-043d-4028-80b7-b2b7f03e02f1.png)| Commits ------- a53003c [WebProfilerBundle] Use same color as other icons for the close toolbar btn
2 parents cf6b5bd + a53003c commit 2b292e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125

126126
.sf-toolbarreset .hide-button {
127127
background: var(--sf-toolbar-gray-800);
128+
color: var(--sf-toolbar-gray-300);
128129
display: block;
129130
position: absolute;
130131
top: 2px;

0 commit comments

Comments
 (0)