8000 Minor tweaks · symfony/symfony@a0e03f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0e03f6

Browse files
committed
Minor tweaks
1 parent 002dda5 commit a0e03f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@
370370
.sf-toolbarreset {
371371
position: static;
372372
}
373+
374+
.sf-toolbar-block:hover .sf-toolbar-icon {
375+
background-color: inherit;
376+
}
373377
{% endif %}
374378

375379
/* Responsive Design */
@@ -399,6 +403,10 @@
399403
.sf-toolbar-block-memory .sf-toolbar-icon svg {
400404
display: none;
401405
}
406+
.sf-toolbar-block-time .sf-toolbar-icon svg + span,
407+
.sf-toolbar-block-memory .sf-toolbar-icon svg + span {
408+
margin-left: 0;
409+
}
402410

403411
.sf-toolbar-block .sf-toolbar-icon {
404412
padding: 0 10px;

0 commit comments

Comments
 (0)
0