Skip to content

Commit 58e5be2

Browse files
Merge branch '4.4' into 5.2
* 4.4: [Console] ProgressBar clears too many lines on update [FrameworkBundle] Exclude unreadable files when executing About command [Bridge\Twig] Add 'form-control-range' for range input type Be explicit about transparent background color of links in toolbar [Translation] fix test case name [Cache] Fix wrong namespace in test [DependencyInjection] Fix return type
2 parents 4b28c24 + bd848a0 commit 58e5be2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/views/Profiler/toolbar.css.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
.sf-toolbar-block > a:hover {
106106
display: block;
107107
text-decoration: none;
108+
background-color: transparent;
108109
color: inherit;
109110
}
110111

@@ -243,6 +244,7 @@ div.sf-toolbar .sf-toolbar-block a:hover {
243244
padding: 0 10px;
244245
}
245246
.sf-toolbar-block-request .sf-toolbar-info-piece a {
247+
background-color: transparent;
246248
text-decoration: none;
247249
}
248250
.sf-toolbar-block-request .sf-toolbar-info-piece a:hover {

0 commit comments

Comments
 (0)