Skip to content

Commit b282076

Browse files
committed
[Profiler][VarDumper] Fix minor color issue & duplicated selector
1 parent 2ef2264 commit b282076

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)