bug #30383 [WebProfilerBundle] toolbar: invisible route name in Firefox (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
-------

6b6bd453e1 [WebProfilerBundle] toolbar: invisible route name in Firefox
This commit is contained in:
Fabien Potencier 2019-02-28 15:59:51 +01:00
commit 675c45850c

View File

@ -103,6 +103,7 @@
.sf-toolbar-block > a:hover {
display: block;
text-decoration: none;
color: inherit;
}
.sf-toolbar-block span {
@ -514,7 +515,7 @@ div.sf-toolbar .sf-toolbar-block a:hover {
@media (min-width: 1024px) {
.sf-toolbar-block .sf-toolbar-info-piece-additional,
.sf-toolbar-block .sf-toolbar-info-piece-additional-detail {
display: inline-block;
display: inline;
}
.sf-toolbar-block .sf-toolbar-info-piece-additional:empty,