File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 113
113
background: var(--sf-toolbar-gray-700);
114
114
}
115
115
116
+ .sf-toolbar.sf-toolbar-closed .sf-toolbar-clearer {
117
+ display: none;
118
+ }
116
119
.sf-toolbar.sf-toolbar-closed .sf-toolbarreset .sf-toolbar-block {
117
120
display: none;
118
121
}
Original file line number Diff line number Diff line change 32
32
</div >
33
33
{% endif %}
34
34
35
- <button class =" sf-toolbar-toggle-button" type =" button" id =" sfToolbarToggleButton-{{ token }}" title = " Close Toolbar " accesskey =" D" aria-expanded =" true" aria-controls =" sfToolbarMainContent-{{ token }}" >
36
- <i class =" sf-toolbar-icon-opened" >{{ source (' @WebProfiler/Icon/close.svg' ) }}</i >
37
- <i class =" sf-toolbar-icon-closed" >{{ source (' @WebProfiler/Icon/symfony.svg' ) }}</i >
35
+ <button class =" sf-toolbar-toggle-button" type =" button" id =" sfToolbarToggleButton-{{ token }}" accesskey =" D" aria-expanded =" true" aria-controls =" sfToolbarMainContent-{{ token }}" >
36
+ <i class =" sf-toolbar-icon-opened" title = " Close Toolbar " >{{ source (' @WebProfiler/Icon/close.svg' ) }}</i >
37
+ <i class =" sf-toolbar-icon-closed" title = " Open Toolbar " >{{ source (' @WebProfiler/Icon/symfony.svg' ) }}</i >
38
38
</button >
39
39
</div >
You can’t perform that action at this time.
0 commit comments