Skip to content

Commit 5518f6a

Browse files
minor symfony#21151 [Profiler][VarDumper] Fix minor color issue & duplicated selector (ogizanagi)
This PR was merged into the 2.8 branch. Discussion ---------- [Profiler][VarDumper] Fix minor color issue & duplicated selector | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A While working on symfony#21109, I spotted this minor issue with `sf-dump-const` and `.sf-dump-ref`: | Before | After | | --- | --- | |<img width="276" alt="screenshot 2017-01-03 a 20 13 55" src="https://cloud.githubusercontent.com/assets/2211145/21619779/7e1e347e-d1f1-11e6-9d84-fbb1d5d6b1fa.PNG">| <img width="275" alt="screenshot 2017-01-03 a 20 14 04" src="https://cloud.githubusercontent.com/assets/2211145/21619786/86dde5dc-d1f1-11e6-8b13-dcfc5abe466a.PNG">| Commits ------- b282076 [Profiler][VarDumper] Fix minor color issue & duplicated selector
2 parents a9ed184 + b282076 commit 5518f6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,10 @@
163163
font-size: 11px;
164164
padding: 4px 8px 4px 0;
165165
}
166-
.sf-toolbar-block .sf-toolbar-info-piece span {
167-
166+
.sf-toolbar-block:not(.sf-toolbar-block-dump) .sf-toolbar-info-piece span {
167+
color: #F5F5F5;
168168
}
169169
.sf-toolbar-block .sf-toolbar-info-piece span {
170-
color: #F5F5F5;
171170
font-size: 12px;
172171
}
173172

0 commit comments

Comments
 (0)