From a3382f9546b1fdaf22dd4dd6fa86f76b5c1f0c3e Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 27 Dec 2023 09:09:36 +0100 Subject: [PATCH] [WebProfilerBundle] Fix the design of the compact toolbar button --- .../Resources/views/Profiler/toolbar.css.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig index 4bb9cb8d1e269..b61fa5e9f138f 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig @@ -47,6 +47,8 @@ } .sf-minitoolbar { + --sf-toolbar-gray-800: #262626; + background-color: var(--sf-toolbar-gray-800); border-top-left-radius: 4px; bottom: 0; @@ -66,6 +68,8 @@ } .sf-minitoolbar svg, .sf-minitoolbar img { + --sf-toolbar-gray-200: #e5e5e5; + color: var(--sf-toolbar-gray-200); max-height: 24px; max-width: 24px;