We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002dda5 commit a0e03f6Copy full SHA for a0e03f6
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
@@ -370,6 +370,10 @@
370
.sf-toolbarreset {
371
position: static;
372
}
373
+
374
+ .sf-toolbar-block:hover .sf-toolbar-icon {
375
+ background-color: inherit;
376
+ }
377
{% endif %}
378
379
/* Responsive Design */
@@ -399,6 +403,10 @@
399
403
.sf-toolbar-block-memory .sf-toolbar-icon svg {
400
404
display: none;
401
405
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
402
410
411
.sf-toolbar-block .sf-toolbar-icon {
412
padding: 0 10px;
0 commit comments