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 597637e commit 7d92cb8Copy full SHA for 7d92cb8
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
@@ -22,7 +22,6 @@
22
box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
23
color: #EEE;
24
font: 11px Arial, sans-serif;
25
- height: 36px;
26
left: 0;
27
margin: 0;
28
padding: 0 36px 0 0;
@@ -348,7 +347,6 @@
348
347
bottom: auto;
349
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
350
top: 0;
351
- overflow: hidden; /* needed to aovid issues for toolbars with lots of elements */
352
}
353
354
.sf-toolbar-block .sf-toolbar-info {
@@ -361,10 +359,6 @@
361
359
.sf-toolbarreset {
362
360
position: static;
363
364
-
365
- .sf-toolbar-block:hover .sf-toolbar-icon {
366
- background-color: inherit;
367
- }
368
{% endif %}
369
370
/* Responsive Design */
0 commit comments