From 4f31dec580b10470b6c94cc0dcc615a869df1805 Mon Sep 17 00:00:00 2001 From: Abdellatif Ait boudad Date: Wed, 19 Oct 2016 09:54:02 +0100 Subject: [PATCH] [WebProfilerBundle][btn-link] add `cursor: pointer` --- .../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 a37879c786..4d458d3242 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig @@ -133,6 +133,7 @@ button { outline: none; border: 0; padding: 0; + cursor: pointer; } .btn-link:hover { text-decoration: underline;