From f34af1c1e71f01922860854b7920a530a30d51ce Mon Sep 17 00:00:00 2001 From: MatTheCat Date: Sat, 6 May 2023 12:35:46 +0200 Subject: [PATCH] =?UTF-8?q?Explicit=20tab=20controls=E2=80=99=20color=20as?= =?UTF-8?q?=20they=20can=20be=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WebProfilerBundle/Resources/views/Profiler/profiler.css.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig index 16664e3831166..45d8ce3e2a751 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig @@ -1463,6 +1463,7 @@ tr.status-warning td { } .tab-navigation .tab-control { background: transparent; + color: inherit; border: 0; box-shadow: none; transition: box-shadow .05s ease-in, background-color .05s ease-in;