Skip to content

Commit de03ba8

Browse files
committed
[WebProfilerBundle] Fix the design of the compact toolbar button
1 parent d37a65e commit de03ba8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Resources/views/Profiler/toolbar.css.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
}
4848

4949
.sf-minitoolbar {
50+
--sf-toolbar-gray-800: #262626;
51+
5052
background-color: var(--sf-toolbar-gray-800);
5153
border-top-left-radius: 4px;
5254
bottom: 0;
@@ -66,6 +68,8 @@
6668
}
6769
.sf-minitoolbar svg,
6870
.sf-minitoolbar img {
71+
--sf-toolbar-gray-200: #e5e5e5;
72+
6973
color: var(--sf-toolbar-gray-200);
7074
max-height: 24px;
7175
max-width: 24px;

0 commit comments

Comments
 (0)