-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[WebProfilerBundle] toolbar: invisible route name in Firefox #30383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WebProfilerBundle] toolbar: invisible route name in Firefox #30383
Conversation
im still seeing the blue dots (#29858 (comment)) both chrome/ff |
@ro0NL I can't see those blue dots, do you have a better screen than https://user-images.githubusercontent.com/1047696/53398635-6009f680-39aa-11e9-805b-0df52d6e2226.png, or indicate better where they are ? |
better? i think it happens because the text is wrapped in an The following additional patch solves it for me: 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 9c1cad2..f42e150 100644
--- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
+++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
@@ -103,6 +103,7 @@
.sf-toolbar-block > a:hover {
display: block;
text-decoration: none;
+ color: inherit;
}
.sf-toolbar-block span { |
thanks @ro0NL, I would't have noticed in a hundred years, you can check the screenshot should be everything good now |
Thank you @inmarelibero. |
…ox (inmarelibero) This PR was squashed before being merged into the 4.2 branch (closes #30383). Discussion ---------- [WebProfilerBundle] toolbar: invisible route name in Firefox | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #29858 | License | MIT | Doc PR | - This fixes #29858, fixing a bug that prevents Route name displaying in debug toolbar on Firefox Commits ------- 6b6bd45 [WebProfilerBundle] toolbar: invisible route name in Firefox
thank you all, I'm happy |
This fixes #29858, fixing a bug that prevents Route name displaying in debug toolbar on Firefox